main
姜玉琦 2024-02-27 03:25:36 +08:00
parent 8f66f73e52
commit 4dc7cf73a8
2 changed files with 546 additions and 359 deletions

View File

@ -137,7 +137,7 @@
</template>
</el-table-column>
<el-table-column label="接收时间" align="center" prop="createTime" width="160" />
<el-table-column label="理耗时" align="center" prop="duration" width="150">
<el-table-column label="理耗时" align="center" prop="duration" width="150">
<template slot-scope="scope">
{{getDurationDate(scope.row.duration)}}
</template>
@ -250,11 +250,11 @@ export default {
},
//
handleProcess(row) {
//if (row.taskName == "") {
if (row.taskName == "提交申请") {
this.$refs.editTaskDrawer.show(row);
//} else {
// this.$refs.approveDrawer.show(row);
//}
} else {
this.$refs.approveDrawer.show(row);
}
},
//
cancel() {