更新页面
This commit is contained in:
@ -321,13 +321,8 @@ const formData = ref([
|
||||
{ label: "群体别名", prop: "qtBm", type: "input" },
|
||||
{ label: "群体简称", prop: "qtJc", type: "input" },
|
||||
{ label: "群体类别", prop: "qtLb", type: "select", options: D_GS_ZDQT_LB },
|
||||
{ label: "成立时间", prop: "qtClsj", type: "datetime" },
|
||||
{
|
||||
label: "风险等级",
|
||||
prop: "qtFxdj",
|
||||
type: "select",
|
||||
options: D_GS_ZDQT_FXDJ
|
||||
},
|
||||
{ label: "成立时间", prop: "qtClsj", type: "date" ,lx:"datetime" },
|
||||
{ label: "风险等级", prop: "qtFxdj", type: "select", options: D_GS_ZDQT_FXDJ },
|
||||
{ label: "背景资料", prop: "qtBjzl", type: "input" },
|
||||
{ label: "两群采集录入", prop: "lqxxList", type: "slot", width: "100%" },
|
||||
{ label: "", prop: "qtGlXx", type: "slot", width: "100%" },
|
||||
|
Reference in New Issue
Block a user