Revert "位置报表表格列隐藏,固宽取消"
This reverts commit 82b505ddd9fad0445af99e53c648cff532bf5c01.
| | |
| | | data() { |
| | | return { |
| | | tableList: {}, |
| | | showcol: ["产品类别","价值",], |
| | | showcol: ["存储类别", "产品类别", "预留数量", "价值"], |
| | | // countcol: [ |
| | | // { label: "在库数量", unit: "" }, |
| | | // { label: "预留数量", unit: "" }, |
| | |
| | | { |
| | | label: "预留数量", |
| | | prop: "availableStore", |
| | | default: false, |
| | | isShowColumn: showcol.includes("预留数量"), |
| | | isShowColumn: true, |
| | | default: true, |
| | | unit: "", |
| | | textAlign:"right" |
| | | }, |
| | |
| | | { |
| | | label: "价值", |
| | | prop: "value", |
| | | width: 120, |
| | | default: false, |
| | | isShowColumn: showcol.includes("价值"), |
| | | textAlign:"right", |