'考试管理人员管理'

This commit is contained in:
esacpe
2025-09-24 17:35:24 +08:00
parent c23bcb30df
commit 7d5a18597a
22 changed files with 420 additions and 145 deletions

View File

@ -26,12 +26,15 @@ const FormRef = ref();
const loading = ref(false);
const listQuery = ref({});
const openType = ref("")
const { D_PXDG_PXLX } = proxy.$dict("D_PXDG_PXLX")
const rules = reactive({
pxlx: [{ required: true, message: "请输入视频标题", trigger: "blur" }],
});
const formList = reactive([
[
{ label: "培训类型", prop: "pxlx", type: "input" },
{ label: "培训类型", prop: "pxlx", type: "select", options: D_PXDG_PXLX },
{ label: "教学项目", prop: "jxxm", type: "input" },
],
[