Rmengdi 11 сар өмнө
parent
commit
742d40ff1f

+ 19 - 23
src/views/task/bizProcess/index.vue

@@ -391,43 +391,39 @@ const columns = reactive<ColumnProps<any>[]>([
   // },
   {
     prop: 'parameters',
-    label: '调用算法时所用的参数',
-    width: 120
+    label: '调用算法时所用的参数'
   },
   {
     prop: 'preprocessPath',
-    label: '预处理数据路径',
-    width: 120
+    label: '预处理数据路径'
   },
   {
     prop: 'resultPath',
-    label: '结果数据路径',
-    width: 120
+    label: '结果数据路径'
   },
   {
     prop: 'index',
     label: '序号',
     width: 120
   },
-  {
-    prop: 'startTime',
-    label: '开始时间',
-    width: 120
-  },
-  {
-    prop: 'endTime',
-    label: '结束时间',
-    width: 120
-  },
-  {
-    prop: 'costSecond',
-    label: '耗时',
-    width: 120
-  },
+  // {
+  //   prop: 'startTime',
+  //   label: '开始时间',
+  //   width: 120
+  // },
+  // {
+  //   prop: 'endTime',
+  //   label: '结束时间',
+  //   width: 120
+  // },
+  // {
+  //   prop: 'costSecond',
+  //   label: '耗时',
+  //   width: 120
+  // },
   {
     prop: 'log',
-    label: '日志',
-    width: 120
+    label: '日志'
   },
   { prop: 'operation', label: '操作', width: 230, fixed: 'right' }
 ])

+ 22 - 22
src/views/task/subtask/index.vue

@@ -162,28 +162,28 @@ const columns = reactive<ColumnProps<any>[]>([
   //   prop: 'parameters',
   //   label: '调用算法时所用的参数'
   // },
-  {
-    prop: 'startTime',
-    label: '开始时间',
-    search: {
-      el: 'date-picker',
-      props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' }
-    },
-    width: 120
-  },
-  {
-    prop: 'endTime',
-    label: '结束时间',
-    search: {
-      el: 'date-picker',
-      props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' }
-    },
-    width: 120
-  },
-  {
-    prop: 'costSecond',
-    label: '耗时'
-  },
+  // {
+  //   prop: 'startTime',
+  //   label: '开始时间',
+  //   search: {
+  //     el: 'date-picker',
+  //     props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' }
+  //   },
+  //   width: 120
+  // },
+  // {
+  //   prop: 'endTime',
+  //   label: '结束时间',
+  //   search: {
+  //     el: 'date-picker',
+  //     props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' }
+  //   },
+  //   width: 120
+  // },
+  // {
+  //   prop: 'costSecond',
+  //   label: '耗时'
+  // },
   { prop: 'operation', label: '操作', width: 270, fixed: 'right' }
 ])
 // 表单配置项