Просмотр исходного кода

记录盒子,去掉完成时间

tianxinyu 1 месяц назад
Родитель
Сommit
bae2683e9c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/platform/bpmn/bpmInstHis/list.vue

+ 2 - 2
src/views/platform/bpmn/bpmInstHis/list.vue

@@ -268,7 +268,7 @@ export default {
                         { prop: 'tableName', label: '表单名称', itemWidth: 150, placeholder: '请输入', labelWidth: 70 },
                         { prop: 'desc', label: '事务说明', itemWidth: 150, placeholder: '请输入', labelWidth: 70 },
                         { prop: 'createBy', label: '编制人', itemWidth: 150, placeholder: '请输入', labelWidth: 60 },
-                        { prop: ['Q^end_time_^DL', 'Q^end_time_^DG'], label: '完成时间', fieldType: 'daterange', labelWidth: 70, itemWidth: 220 }
+                        // { prop: ['Q^end_time_^DL', 'Q^end_time_^DG'], label: '完成时间', fieldType: 'daterange', labelWidth: 70, itemWidth: 220 }
                     ]
                 },
                 // 表格字段配置
@@ -276,7 +276,7 @@ export default {
                     { prop: 'deptName', label: '部门', width: 85 },
                     { prop: 'procDefName', label: '表单名称', formatter: this.replaceFormName, width: 220 },
                     { prop: 'desc', label: '事务说明', 'min-width': 280 },
-                    { prop: 'endTime', label: '完成时间', sortable: 'custom', width: 135 },
+                    // { prop: 'endTime', label: '完成时间', sortable: 'custom', width: 135 },
                     { prop: 'createBy', label: '编制人', width: 70, slotName: 'creator' }
                 ],
                 rowHandle: {