3c612f52 by xukangle

fix

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