0f0bea4b by lihua

修改对接主体列宽

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