讲师管理bug

This commit is contained in:
zhangsir
2024-12-24 16:14:18 +08:00
parent bccb4913be
commit b9419dc7e3
9 changed files with 45 additions and 8 deletions

View File

@@ -387,6 +387,10 @@
array.push(obj);
});
trainOrglist.value = array;
trainOrglist.value.unshift({
value: '',
label: "全部"
})
}
})
}
@@ -400,7 +404,7 @@
])
//认证状态0待确认 1待提交 2审核中 3审核通过 4.审核拒绝
const AuthenticationStatusList = ref([
// { value: 0, label: "待确认" },
{ value: '', label: "全部" },
{ value: 1, label: "待提交" },
{ value: 2, label: "审核中" },
{ value: 4, label: "审核拒绝" },