4356f854 by lihua

修改对接主体列宽

1 parent d32e5620
...@@ -102,7 +102,7 @@ const registerDetailTableInfo = ref({ ...@@ -102,7 +102,7 @@ const registerDetailTableInfo = ref({
102 loading: false, 102 loading: false,
103 fields: [ { label: "序号", type: "index", width: 56, align: "center" }, 103 fields: [ { label: "序号", type: "index", width: 56, align: "center" },
104 { label: "事项", field: "title", width: 160, align: "left" }, 104 { label: "事项", field: "title", width: 160, align: "left" },
105 { label: "对接主体", field: "institutionName", width: 160, align: "left" }, 105 { label: "对接主体", field: "institutionName", width: 240, align: "left" },
106 ], 106 ],
107 data: <any>[], 107 data: <any>[],
108 showPage: false, 108 showPage: false,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!