yangfeng
2023-10-18 a11d38dff8d7beca6d33251557b7e370c155faf1
src/views/productManage/product/index.vue
@@ -89,7 +89,7 @@
  data() {
    return {
      tableList: {},
      showcol: ["内部参考", "负责人", "产品标签", "销售价格", "成本", "在库数量", "预测数量", "计量单位"],
      showcol: ["内部编码", "负责人", "产品标签", "销售价格", "成本", "在库数量", "预测数量", "计量单位"],
      searchOptions: [],
      commonDetail: {
        visible: false,
@@ -125,7 +125,8 @@
      }
      this.tableList = {
        tableInfomation: [],
        selectBox: true,
        selectBox: false,
        selectIndex: true,
        showcol: this.showcol,
        allcol: [],
        tableColumn: this.setTableColumn(this.showcol)
@@ -148,9 +149,9 @@
          default: true
        },
        {
          label: "内部参考",
          label: "内部编码",
          prop: "internalReference",
          isShowColumn: showcol.includes("内部参考"),
          isShowColumn: showcol.includes("内部编码"),
          default: false
        },
        {
@@ -365,7 +366,7 @@
  }
}
.product-list {
  height: calc(100% - 65px);
  height: calc(100% - 70px);
}
::v-deep {
  .el-table {