更新页面

This commit is contained in:
2025-07-04 10:57:21 +08:00
parent c82e2f1972
commit 19677b36a6
8 changed files with 64 additions and 615 deletions

View File

@ -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%" },