src/views/productManage/product/index.vue
@@ -102,7 +102,7 @@ data() { return { tableList: {}, showcol: ["内部编码", "负责人", "产品标签", "销售价格", "成本", "在库数量", "预测数量", "计量单位"], showcol: ["内部编码",'产品规格', "负责人", "产品标签", "成本", "在库数量", "预测数量", "计量单位"], searchOptions: [], commonDetail: { visible: false, @@ -166,6 +166,12 @@ default: true }, { label: "产品规格", prop: "spex", isShowColumn: showcol.includes("产品规格"), default: false }, { label: "内部编码", prop: "internalReference", isShowColumn: showcol.includes("内部编码"),