合并分支 'dev_20230216' 到 'master'
优化名称 查看合并请求 laws-foton-slrs/foton-laws-system-front!57
This commit is contained in:
@@ -129,8 +129,9 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getPrcNameFilter(row){
|
||||
if(row && row.prcType === 'buss3'){
|
||||
return row.prcName
|
||||
if(row && row.prcType === '25' && row.taskInfo === '技术标准起草'){
|
||||
let _index = row.prcName.lastIndexOf('-')
|
||||
return row.prcName.slice(0 , _index + 1) + '企标制修订'
|
||||
}else {
|
||||
return row.prcName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user