订单监控加分页&驾驶舱样式调整

This commit is contained in:
2024-01-12 11:23:14 +08:00
parent 1438a1ff8b
commit cd416d7d01
11 changed files with 51 additions and 99 deletions

View File

@@ -37,10 +37,10 @@ export default {
handler(newVal, oldVal) {
let outArr = this.order.map((item, index) => [
index+1,
item.name,
`<span title=${item.name || ''}>${item.name || ''}</span>`,
item.specifications,
item.lines,
['等待','已下发','已完成'][item.status],
this.getDictDatas(this.DICT_TYPE.ORDER_STATUS)[item.status]?.label,
formatDate(item.planFinishTime),
item.planQuantity,
item.planAssignQuantity