Merge branch 'dev' into poc/bpic

This commit is contained in:
陈昱达
2025-05-14 17:17:48 +08:00

View File

@@ -662,13 +662,13 @@ export default {
}, },
{ {
key: '状态', key: '状态',
prop: 'displayStatus', prop: 'statusLabel'
render: (h, params) => { // render: (h, params) => {
let label = this.displayStatus.find(item => { // let label = this.displayStatus.find(item => {
return item.value === params.row.displayStatus // return item.value === params.row.displayStatus
}).label // }).label
return h('div', label ? label : 'N/A') // return h('div', label ? label : 'N/A')
} // }
}, },
{ {
key: '召回次数', key: '召回次数',