Kaynağa Gözat

Merge branch 'dev-rmd' into develop_Allen

allen 11 ay önce
ebeveyn
işleme
aa82441ba5
2 değiştirilmiş dosya ile 40 ekleme ve 44 silme
  1. 12 15
      src/views/task/bizProcess/index.vue
  2. 28 29
      src/views/task/task/index.vue

+ 12 - 15
src/views/task/bizProcess/index.vue

@@ -394,21 +394,18 @@ const columns = reactive<ColumnProps<any>[]>([
     label: '序号',
     width: 120
   },
-  // {
-  //   prop: 'startTime',
-  //   label: '开始时间',
-  //   width: 120
-  // },
-  // {
-  //   prop: 'endTime',
-  //   label: '结束时间',
-  //   width: 120
-  // },
-  // {
-  //   prop: 'costSecond',
-  //   label: '耗时',
-  //   width: 120
-  // },
+  {
+    prop: 'startTime',
+    label: '开始时间'
+  },
+  {
+    prop: 'endTime',
+    label: '结束时间'
+  },
+  {
+    prop: 'costSecond',
+    label: '耗时'
+  },
   {
     prop: 'log',
     label: '日志'

+ 28 - 29
src/views/task/task/index.vue

@@ -129,36 +129,35 @@ const columns = reactive<ColumnProps<any>[]>([
     search: {
       el: 'tree-select'
     },
-    fieldNames: { label: 'dictLabel', value: 'dictValue' },
-    width: 120
+    fieldNames: { label: 'dictLabel', value: 'dictValue' }
   },
-  {
-    prop: 'startTime',
-    label: '开始时间',
-    search: {
-      el: 'date-picker',
-      props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' }
-    },
-    width: 200
-  },
-  {
-    prop: 'endTime',
-    label: '结束时间',
-    search: {
-      el: 'date-picker',
-      props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' }
-    },
-    width: 200
-  },
-  {
-    prop: 'costSecond',
-    label: '耗时',
-    search: {
-      el: 'input'
-    },
-    width: 120
-  },
-  { prop: 'operation', label: '操作', width: 270, fixed: 'right' }
+  // {
+  //   prop: 'startTime',
+  //   label: '开始时间',
+  //   search: {
+  //     el: 'date-picker',
+  //     props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' }
+  //   },
+  //   width: 200
+  // },
+  // {
+  //   prop: 'endTime',
+  //   label: '结束时间',
+  //   search: {
+  //     el: 'date-picker',
+  //     props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' }
+  //   },
+  //   width: 200
+  // },
+  // {
+  //   prop: 'costSecond',
+  //   label: '耗时',
+  //   search: {
+  //     el: 'input'
+  //   },
+  //   width: 120
+  // },
+  { prop: 'operation', label: '操作', fixed: 'right' }
 ])
 // 表单配置项
 let itemsOptions: ProForm.ItemsOptions[] = []