ludc
2023-09-13 4a2835ddadb796c69f180097b95f971dbab4687d
Source/UBCS-WEB/src/views/work/done.vue
@@ -99,12 +99,12 @@
            label: '发起时间',
            sortable: true,
            width:180,
            prop: 'createTime',
            prop: 'processDefinitionStartTime'
          }, {
            label: '完成时间',
            sortable: true,
            width:180,
            prop: 'historyTaskEndTime',
            prop: 'createTime'
          }, {
            label: '所属流程模板',
            sortable: true,