mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
讲师管理
This commit is contained in:
@@ -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: "审核拒绝" },
|
||||
])
|
||||
|
||||
//状态
|
||||
|
||||
Reference in New Issue
Block a user