'考试管理人员管理'
This commit is contained in:
@ -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" },
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user