mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-11 11:56:51 +08:00
refactor(knowledge): 修改文档状态字段名称为状态
- 将表格中"文档状态"字段名称简化为"状态" - 优化表格列标题,使其更加简洁明了
This commit is contained in:
@@ -636,7 +636,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: '文档状态',
|
key: '状态',
|
||||||
prop: 'displayStatus',
|
prop: 'displayStatus',
|
||||||
render: (h, params) => {
|
render: (h, params) => {
|
||||||
let label = this.displayStatus.find(item => {
|
let label = this.displayStatus.find(item => {
|
||||||
|
|||||||
Reference in New Issue
Block a user