refactor(knowledge): 修改文档状态字段名称为状态

- 将表格中"文档状态"字段名称简化为"状态"
- 优化表格列标题,使其更加简洁明了
This commit is contained in:
陈昱达
2025-05-13 10:46:57 +08:00
parent 92b978dbaa
commit d0ebd0a925

View File

@@ -636,7 +636,7 @@ export default {
}
},
{
key: '文档状态',
key: '状态',
prop: 'displayStatus',
render: (h, params) => {
let label = this.displayStatus.find(item => {