优化名称

This commit is contained in:
zyn
2023-04-19 14:49:22 +08:00
parent 6a4d04fece
commit 4243459e50
@@ -87,7 +87,7 @@
<span>{{ getPrcName(scope.row.prcType,scope.row.taskInfo) }}</span>
</template>
<template slot-scope="scope">
<span>{{ getPrcName(scope.row.prcType) }}</span>
<span>{{ getPrcNameFilter(scope.row) }}</span>
</template>
</el-table-column>
<el-table-column
@@ -203,6 +203,7 @@ export default {
_this: this
}, res => {
this.processList = res.list || []
console.log(this.processList)
this.total = res.count
}, e => {
})