fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -35,7 +35,7 @@ const tableInfo = ref({ | ... | @@ -35,7 +35,7 @@ const tableInfo = ref({ |
| 35 | fixedSelection: true, | 35 | fixedSelection: true, |
| 36 | fields: [ | 36 | fields: [ |
| 37 | { label: "序号", type: "index", width: 56, align: "center" }, | 37 | { label: "序号", type: "index", width: 56, align: "center" }, |
| 38 | { label: "数据产品编号", field: "label", width: 120, }, | 38 | // { label: "数据产品编号", field: "label", width: 120, }, |
| 39 | { | 39 | { |
| 40 | label: "数据产品名称", field: "damName", width: 140, | 40 | label: "数据产品名称", field: "damName", width: 140, |
| 41 | }, | 41 | }, | ... | ... |
-
Please register or sign in to post a comment