优化名称
This commit is contained in:
@@ -129,8 +129,9 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getPrcNameFilter(row){
|
getPrcNameFilter(row){
|
||||||
if(row && row.prcType === 'buss3'){
|
if(row && row.prcType === '25' && row.taskInfo === '技术标准起草'){
|
||||||
return row.prcName
|
let _index = row.prcName.lastIndexOf('-')
|
||||||
|
return row.prcName.slice(0 , _index + 1) + '企标制修订'
|
||||||
}else {
|
}else {
|
||||||
return row.prcName
|
return row.prcName
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user