yuxc
2023-08-09 768fc78700b42995cce49156973e35293cf89814
Source/UBCS-WEB/src/views/wel/index.vue
@@ -111,7 +111,7 @@
              label: '上一步处理时间',
              sortable:true,
              width:150,
              prop: 'historyActivityDurationTime'
              prop: 'createTime'
            },
            {
              label: '上一步操作人',
@@ -267,7 +267,7 @@
        })
      },
      cellHandle(row, column, cell, event) {
        if (column.property == 'name') {
        if (column.property == 'taskName') {
          this.gotodo(row)
        }
      },