zhangxp
2023-06-26 f28d408eea7ad40da1801a13422e9437344883ab
调试流程
已修改1个文件
8 ■■■■ 文件已修改
Source/UBCS-WEB/src/views/work/process/leave/handle.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/work/process/leave/handle.vue
@@ -94,7 +94,7 @@
        indexLabelClassName: '序号',
        column: [
          { label: '任务名称', prop: 'historyActivityName', minWidth: 120 },
          { label: '执行操作', prop: 'sex', minWidth: 80 },
          { label: '执行操作', prop: 'pass', minWidth: 80 ,formatter:this.formatterPass},
          { label: '任务开始时间', prop: 'createTime', minWidth: 140 },
          { label: '审批意见', prop: 'comment', minWidth: 220, overHidden: true },
          { label: '执行人', prop: 'assigneeName', minWidth: 80 },
@@ -130,6 +130,10 @@
        }
      })
      this.apiGetBtnTask(this.processInstanceId)
    },
    formatterPass(row, value, column) {
      console.log('value',value)
      return value?'同意':'驳回'
    },
    async apiGetBtnTask(id) {
      const response = await getBtnTask({ processInstanceId: id })
@@ -185,7 +189,7 @@
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  height: 70vh;
  height: 85vh;
  &_tab {
    width: 79%;