| | |
| | | label: "单位成本", |
| | | prop: "cost", |
| | | default: false, |
| | | isShowColumn: showcol.includes("单位成本") |
| | | isShowColumn: showcol.includes("单位成本"), |
| | | textAlign:"left" |
| | | }, |
| | | { |
| | | label: "总价值", |
| | | prop: "value", |
| | | default: false, |
| | | isShowColumn: showcol.includes("总价值"), |
| | | unit: "¥" |
| | | unit: "¥", |
| | | textAlign:"left" |
| | | }, |
| | | { |
| | | label: "在库", |
| | | prop: "amount", |
| | | default: true, |
| | | isShowColumn: true, |
| | | unit: "" |
| | | unit: "", |
| | | textAlign:"left" |
| | | }, |
| | | { |
| | | label: "可用库存", |
| | | prop: "availableNumber", |
| | | default: true, |
| | | isShowColumn: true, |
| | | unit: "" |
| | | unit: "", |
| | | textAlign:"left" |
| | | }, |
| | | { |
| | | label: "入库", |
| | | prop: "in", |
| | | default: false, |
| | | isShowColumn: showcol.includes("入库"), |
| | | unit: "" |
| | | unit: "", |
| | | textAlign:"left" |
| | | }, |
| | | { |
| | | label: "出库", |
| | | prop: "out", |
| | | isShowColumn: showcol.includes("出库"), |
| | | default: false, |
| | | unit: "" |
| | | unit: "", |
| | | textAlign:"left" |
| | | }, |
| | | { |
| | | label: "预测", |
| | |
| | | flex: 1; |
| | | } |
| | | } |
| | | |
| | | ::v-deep .el-table__body-wrapper{ |
| | | height: unset !important; |
| | | // height: 100%; |
| | | } |
| | | ::v-deep .table-view{ |
| | | height:unset !important; |
| | | } |
| | | .el-table__cell{ |
| | | text-align: unset !important; |
| | | } |
| | | ::v-deep .el-table__cell.is-left{ |
| | | text-align: left !important; |
| | | } |
| | | </style> |