讲师管理导出修改参数

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

@@ -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([
{