| | |
| | | <div class="icon-view"> |
| | | <span |
| | | class="icon-label" |
| | | @click="selIconSwitchClick('1')" |
| | | :class="{ blueBackgroud: isIconIndex === '1', whiteBackgroud: isIconIndex === '2' }" |
| | | ><i class="el-icon-menu"></i |
| | | ></span> |
| | | <span |
| | | class="icon-label" |
| | | @click="selIconSwitchClick('2')" |
| | | :class="{ whiteBackgroud: isIconIndex === '1', blueBackgroud: isIconIndex === '2' }" |
| | | style="margin-left: 5px" |
| | | ><i class="el-icon-s-unfold"></i |
| | | ></span> |
| | | <span |
| | | class="icon-label" |
| | | @click="selIconSwitchClick('1')" |
| | | :class="{ blueBackgroud: isIconIndex === '1', whiteBackgroud: isIconIndex === '2' }" |
| | | ><i class="el-icon-menu"></i |
| | | ></span> |
| | | </div> |
| | | </div> |
| | |
| | | data() { |
| | | return { |
| | | tableList: {}, |
| | | showcol: ["内部参考", "负责人", "产品标签", "销售价格", "成本", "在库数量", "预测数量", "计量单位"], |
| | | showcol: ["内部编码", "负责人", "产品标签", "销售价格", "成本", "在库数量", "预测数量", "计量单位"], |
| | | searchOptions: [], |
| | | commonDetail: { |
| | | visible: false, |
| | |
| | | title: "新建", |
| | | infomation: {} |
| | | }, |
| | | isIconIndex: "1", // 1 图标 2 列表 |
| | | isIconIndex: "2", // 1 图标 2 列表 |
| | | url: "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg", |
| | | pageSizes: [15, 30], |
| | | keyWord: "", |
| | |
| | | } |
| | | this.tableList = { |
| | | tableInfomation: [], |
| | | selectBox: true, |
| | | selectBox: false, |
| | | selectIndex: true, |
| | | showcol: this.showcol, |
| | | allcol: [], |
| | | tableColumn: this.setTableColumn(this.showcol) |
| | |
| | | default: true |
| | | }, |
| | | { |
| | | label: "内部参考", |
| | | label: "内部编码", |
| | | prop: "internalReference", |
| | | isShowColumn: showcol.includes("内部参考"), |
| | | isShowColumn: showcol.includes("内部编码"), |
| | | default: false |
| | | }, |
| | | { |
| | |
| | | } |
| | | } |
| | | .product-list { |
| | | height: calc(100% - 65px); |
| | | height: calc(100% - 70px); |
| | | } |
| | | ::v-deep { |
| | | .el-table { |