讲师管理导出修改参数

This commit is contained in:
zhangsir
2024-12-20 09:03:33 +08:00
parent 67761e6a7f
commit 03914f1cab
5 changed files with 19 additions and 19 deletions

View File

@@ -721,11 +721,11 @@
])
//认证状态
const AuthenticationStatusList = ref([
{ value: 0, label: "待确认" },
{ value: 1, label: "待审核" },
{ value: 2, label: "审核中" },
{ value: 4, label: "审核拒绝" },
{ value: 3, label: "审核通过" },
{ value: '0', label: "待确认" },
{ value: '1', label: "待审核" },
{ value: '2', label: "审核中" },
{ value: '4', label: "审核拒绝" },
{ value: '3', label: "审核通过" },
])
const lecturerSystemList = ref([