|
|
@@ -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: {
|