'单位信息、从业人员管理、申请人员、申请人员、保安待培训人员管理、保安培训项目管理、保安考试管理页面对接处理'
This commit is contained in:
@ -59,21 +59,21 @@ const formList = reactive([
|
||||
{ label: "联系电话", prop: "lxdh", type: "input" },
|
||||
],
|
||||
[
|
||||
{ label: "居住地址", prop: "jzdz", type: "input" },
|
||||
{ label: "申请时间", prop: "rzsj", type: "date" },
|
||||
{ label: "岗位", prop: "ssbmdm", type: "select" },
|
||||
{ label: "居住地址", prop: "", type: "input" },
|
||||
{ label: "申请时间", prop: "", type: "date" },
|
||||
{ label: "岗位", prop: "", type: "select" },
|
||||
],
|
||||
[
|
||||
{ label: "所属保安公司", prop: "pxgs", type: "select" },
|
||||
{ label: "所属保安公司", prop: "", type: "select" },
|
||||
],
|
||||
[
|
||||
{ label: "身份证正反面", prop: "ssbmdm", type: "upload", limit: 2 },
|
||||
{ label: "身份证正反面", prop: "", type: "upload", limit: 2 },
|
||||
],
|
||||
[
|
||||
{ label: "体检报告", prop: "ssbmdm", type: "upload", limit: 1 },
|
||||
{ label: "体检报告", prop: "", type: "upload", limit: 1 },
|
||||
],
|
||||
[
|
||||
{ label: "无犯罪记录证明", prop: "ssbmdm", type: "upload", limit: 1 },
|
||||
{ label: "无犯罪记录证明", prop: "", type: "upload", limit: 1 },
|
||||
]
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user