修改产品编号列宽
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -92,7 +92,7 @@ const tableInfo = ref({ | ... | @@ -92,7 +92,7 @@ const tableInfo = ref({ |
| 92 | id: "mapping-table", | 92 | id: "mapping-table", |
| 93 | fields: [ | 93 | fields: [ |
| 94 | { label: "序号", type: "index", width: 56, align: "center", fixed: "left" }, | 94 | { label: "序号", type: "index", width: 56, align: "center", fixed: "left" }, |
| 95 | { label: "数据产品编号", field: "productCode", width: 154 }, | 95 | { label: "数据产品编号", field: "productCode", width: 265 }, |
| 96 | // { label: "数据证书编号", field: "damCode", width: 154 }, | 96 | // { label: "数据证书编号", field: "damCode", width: 154 }, |
| 97 | { label: "数据产品名称", field: "damName", width: 180 }, | 97 | { label: "数据产品名称", field: "damName", width: 180 }, |
| 98 | { | 98 | { | ... | ... |
-
Please register or sign in to post a comment