更新页面
This commit is contained in:
@ -55,7 +55,7 @@ const dialogVisible = computed({
|
||||
const formList = reactive([
|
||||
[
|
||||
{ label: "姓名", prop: "xm", type: "input" },
|
||||
{ label: "证件号码", prop: "sfzh", type: "select", options: props.dic.D_BZ_BXDLX },
|
||||
{ label: "证件号码", prop: "sfzh", type: "input"},
|
||||
{ label: "联系电话", prop: "lxdh", type: "input" },
|
||||
],
|
||||
[
|
||||
|
||||
@ -47,7 +47,7 @@ const formList = reactive([
|
||||
[
|
||||
{ label: "体检报告", prop: "inspectionReport", type: "upload" },
|
||||
{ label: "无犯罪记录证明", prop: "wfzjlzm", type: "upload" },
|
||||
{ label: "保安证证", prop: "bazzj", type: "upload" },
|
||||
{ label: "保安证原件", prop: "bazzj", type: "upload" },
|
||||
],
|
||||
])
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@ const formList = reactive([
|
||||
],
|
||||
[
|
||||
{ label: "组织单位", prop: "zzdw", type: "input" },
|
||||
{ label: "授课教员", prop: "skfcy", type: "input" },
|
||||
{ label: "授课教员", prop: "skfcy", type: "select" },
|
||||
{ label: "培训内容", prop: "pxnr", type: "input" },
|
||||
],
|
||||
{ label: "分割线", prop: "diver", type: "slot" },
|
||||
@ -53,7 +53,7 @@ const formList = reactive([
|
||||
],
|
||||
[
|
||||
{ label: "组织单位", prop: "zzdw", type: "input" },
|
||||
{ label: "授课教员", prop: "skfcy", type: "input" },
|
||||
{ label: "授课教员", prop: "skfcy", type: "select" },
|
||||
{ label: "培训内容", prop: "pxnr", type: "input" },
|
||||
],
|
||||
{ label: "分割线", prop: "diver", type: "slot" },
|
||||
@ -64,7 +64,7 @@ const formList = reactive([
|
||||
],
|
||||
[
|
||||
{ label: "组织单位", prop: "zzdw", type: "input" },
|
||||
{ label: "授课教员", prop: "skfcy", type: "input" },
|
||||
{ label: "授课教员", prop: "skfcy", type: "select" },
|
||||
{ label: "培训内容", prop: "pxnr", type: "input" },
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user