讲师管理

This commit is contained in:
zhangsir
2024-11-11 19:08:17 +08:00
parent 6b4412aa9a
commit 572d39d3bb
7 changed files with 94 additions and 47 deletions

View File

@@ -368,10 +368,13 @@
{ value: 2, label: "路径开课" },
{ value: 3, label: "面授开课" },
])
//认证状态
//认证状态0待确认 1待提交 2审核中 3审核通过 4.审核拒绝
const AuthenticationStatusList = ref([
{ value: 0, label: "未认证" },
{ value: 1, label: "已认证" },
{ value: 0, label: "待确认" },
{ value: 1, label: "待提交" },
{ value: 2, label: "审核中" },
{ value: 3, label: "审核通过" },
{ value: 4, label: "审核拒绝" },
])
//状态