src/views/other/commonDialog/SelectCommonDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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: [],