'考试管理人员管理'

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

@ -59,21 +59,22 @@ const formList = reactive([
{ label: "联系电话", prop: "lxdh", type: "input" },
],
[
{ label: "居住地址", prop: "", type: "input" },
{ label: "申请时间", prop: "", type: "date" },
{ label: "岗位", prop: "", type: "select" },
{ label: "居住地址", prop: "jzdz", type: "input" },
{ label: "申请时间", prop: "sqsj", type: "date" },
{ label: "岗位", prop: "gw", type: "select" },
],
[
{ label: "所属保安公司", prop: "", type: "select" },
{ label: "所属保安公司", prop: "ssbags", type: "select" },
],
[
{ label: "身份证正面", prop: "", type: "upload", limit: 2 },
{ label: "身份证正面", prop: "ryzpzm", type: "upload", limit: 1 },
{ label: "身份证反面", prop: "ryzpfm", type: "upload", limit: 1 },
],
[
{ label: "体检报告", prop: "", type: "upload", limit: 1 },
{ label: "体检报告", prop: "tjbg", type: "upload", limit: 1 },
],
[
{ label: "无犯罪记录证明", prop: "", type: "upload", limit: 1 },
{ label: "无犯罪记录证明", prop: "wfzjlzm", type: "upload", limit: 1 },
]
])