mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-06 09:26:48 +08:00
Merge branch 'dev' into poc/bpic
This commit is contained in:
@@ -662,13 +662,13 @@ export default {
|
||||
},
|
||||
{
|
||||
key: '状态',
|
||||
prop: 'displayStatus',
|
||||
render: (h, params) => {
|
||||
let label = this.displayStatus.find(item => {
|
||||
return item.value === params.row.displayStatus
|
||||
}).label
|
||||
return h('div', label ? label : 'N/A')
|
||||
}
|
||||
prop: 'statusLabel'
|
||||
// render: (h, params) => {
|
||||
// let label = this.displayStatus.find(item => {
|
||||
// return item.value === params.row.displayStatus
|
||||
// }).label
|
||||
// return h('div', label ? label : 'N/A')
|
||||
// }
|
||||
},
|
||||
{
|
||||
key: '召回次数',
|
||||
|
||||
Reference in New Issue
Block a user