0f0bea4b by lihua

修改对接主体列宽

1 parent c402be35
...@@ -101,7 +101,7 @@ const registerDetailTableInfo = ref({ ...@@ -101,7 +101,7 @@ const registerDetailTableInfo = ref({
101 loading: false, 101 loading: false,
102 fields: [ { label: "序号", type: "index", width: 56, align: "center" }, 102 fields: [ { label: "序号", type: "index", width: 56, align: "center" },
103 { label: "事项", field: "title", width: 160, align: "left" }, 103 { label: "事项", field: "title", width: 160, align: "left" },
104 { label: "对接主体", field: "institutionName", width: 160, align: "left" }, 104 { label: "对接主体", field: "institutionName", width: 240, align: "left" },
105 ], 105 ],
106 data: <any>[], 106 data: <any>[],
107 showPage: false, 107 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!