mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 02:02:55 +08:00
讲师管理导出修改参数
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user