71eba32e by lihua

修改产品编号列宽

1 parent 3a9eb94b
...@@ -93,7 +93,7 @@ const tableInfo = ref({ ...@@ -93,7 +93,7 @@ const tableInfo = ref({
93 id: "mapping-table", 93 id: "mapping-table",
94 fields: [ 94 fields: [
95 { label: "序号", type: "index", width: 56, align: "center", fixed: "left" }, 95 { label: "序号", type: "index", width: 56, align: "center", fixed: "left" },
96 { label: "数据产品编号", field: "productCode", width: 154 }, 96 { label: "数据产品编号", field: "productCode", width: 265 },
97 // { label: "数据证书编号", field: "damCode", width: 154 }, 97 // { label: "数据证书编号", field: "damCode", width: 154 },
98 { label: "数据产品名称", field: "damName", width: 180 }, 98 { label: "数据产品名称", field: "damName", width: 180 },
99 { 99 {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!