feat: There is no way the, 修改通用流程名称逻辑 独立判断 添加新复审流程名称+节点信息
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user