mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 17:55:39 +08:00
讲师管理导出修改参数
This commit is contained in:
@@ -397,8 +397,8 @@ export default {
|
||||
};
|
||||
const AccountStatusList = ref([
|
||||
{ value: '', label: "全部" },
|
||||
{ value: 1, label: "启用" },
|
||||
{ value: 2, label: "停用" },
|
||||
{ value: '1', label: "启用" },
|
||||
{ value: '2', label: "停用" },
|
||||
])
|
||||
const columns = ref([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user