'考试管理人员管理'

This commit is contained in:
esacpe
2025-09-24 21:43:12 +08:00
parent 6fe683e97e
commit e067629cdb
10 changed files with 142 additions and 47 deletions

View File

@ -86,8 +86,8 @@ const pageData = reactive({
{ label: "姓名", prop: "xm" },
{ label: "证件号码", prop: "sfzh" },
{ label: "联系方式", prop: "lxdh" },
{ label: "岗位", prop: "" },
{ label: "所属保安公司", prop: "" },
{ label: "岗位", prop: "gw" },
{ label: "所属保安公司", prop: "ssbags" },
]
});