feat: There is no way the, 修改通用流程名称逻辑 独立判断 添加新复审流程名称+节点信息

This commit is contained in:
super_liu
2022-02-18 10:00:27 +08:00
parent 51abb761f5
commit 053c9d0064
3 changed files with 12 additions and 4 deletions
@@ -124,6 +124,14 @@ export default {
};
},
methods: {
getPrcNameFilter(row){
if(row && row.prcType === 'buss3'){
return row.prcName + '-' + row.taskInfo
}else {
return row.prcName
}
},
/**
* @description: 根据流程类型获取流程名称
* @date: 2020-11-25 15:47:12
@@ -93,9 +93,9 @@
show-overflow-tooltip
align="center"
min-width="250"
>
><!--scope.row.prcName-->
<template slot-scope="scope">
<a @click="dealWith(scope.row)" class="table-jump">{{ scope.row.prcName }}</a>
<a @click="dealWith(scope.row)" class="table-jump">{{ getPrcNameFilter(scope.row) }}</a>
</template>
</el-table-column>
<el-table-column