7da0cc88 by lihua

修改产品编号列宽

1 parent 462a12ab
...@@ -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 {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!