haoxuan
2024-02-07 26e7722e50eac82de8a004e95058b44faca0d88f
src/views/other/commonDialog/SelectCommonDialog.vue
@@ -206,9 +206,11 @@
      } else if (this.editConfig.title === "产品名称") {
        this.tableColumn = [
          { label: "产品名称", prop: "name", isClick: this.editCommonConfig.isSelectBox?false:true, default: true }, // 产品名称
          { label: "产品编号", prop: "number" }
          { label: "产品编号", prop: "number" },
          { label: "规格", prop: "specs" },
          { label: "型号", prop: "type" }
        ]
        this.showCol = ["产品名称", "产品编号"]
        this.showCol = ["产品名称", "产品编号",'规格','型号']
        this.tableList = {
          selectIndex: true,
          tableInfomation: [],