合并分支 'dev_20230216' 到 'master'

Dev 20230216

查看合并请求 laws-foton-slrs/foton-laws-system-front!59
This commit is contained in:
高嵩
2023-04-19 14:51:48 +08:00
2 changed files with 2 additions and 3 deletions
@@ -84,9 +84,7 @@
width="180"
>
<template slot-scope="scope">
<template slot-scope="scope">
<span>{{ getPrcName(scope.row.prcType,scope.row.taskInfo) }}</span>
</template>
</template>
</el-table-column>
<el-table-column
@@ -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 => {
})