更新
This commit is contained in:
@ -50,9 +50,9 @@ const formData = ref([
|
||||
{ label: "会商开始时间", prop: "hskssj", type: "datetime" },
|
||||
{ label: "会商结束时间", prop: "hsjssj", type: "datetime" },
|
||||
{ label: "会商内容", prop: "hsnr", type: "textarea", width: "100%" },
|
||||
{ label: "关联线索", prop: "glxsmc", type: "slot", },
|
||||
// { label: "关联线索", prop: "glxsmc", type: "slot", },
|
||||
{ label: "会商标题", prop: "hsbt", type: "input" },
|
||||
{ label: "参会人员", prop: "chryList", type: "slot" ,width:'100%'},
|
||||
// { label: "参会人员", prop: "chryList", type: "slot" ,width:'100%'},
|
||||
]);
|
||||
const listQuery = ref({}); //表单
|
||||
const loading = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user