🎨 新增讲师管理&新增批量上传机器人&新增批量上传文章

This commit is contained in:
2025-09-17 18:26:25 +08:00
parent fe2aebb2b4
commit f1c8264878
13 changed files with 1628 additions and 53 deletions

View File

@@ -578,6 +578,14 @@ export const ARTICLE_TABLE_CONFIG = {
},
slot: 'UpdatedAt'
},
{
attrs: {
label: '发布状态',
prop: 'status',
align: 'center'
},
slot: 'status'
},
{
attrs: {
label: '操作',