服务指令:未设置指令标签的数据在列表页展示为:-

This commit is contained in:
1378012178@qq.com 2025-03-21 11:03:17 +08:00
parent 79981c4db2
commit 3c68419e98
1 changed files with 1 additions and 1 deletions

View File

@ -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 '-'
} }
}, },
}, },