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