服务指令:未设置指令标签的数据在列表页展示为:-
This commit is contained in:
parent
79981c4db2
commit
3c68419e98
|
@ -51,7 +51,7 @@ export const columns: BasicColumn[] = [
|
||||||
if(!!text && text.length>0){
|
if(!!text && text.length>0){
|
||||||
return text.map(item => item.tagName).join('、');
|
return text.map(item => item.tagName).join('、');
|
||||||
}else{
|
}else{
|
||||||
return '暂未设置'
|
return '-'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue