修改对接主体列宽
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment