diff --git a/src/views/order/index.vue b/src/views/order/index.vue index fa8b034..c928b5b 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -1,18 +1,9 @@ - + - + - + - 查询 + 查询 重置 @@ -54,27 +39,15 @@ - - - + + {{ row.customerName }} - {{ row.customerId || "暂无" }} + {{ row.customerId || '暂无' }} @@ -89,38 +62,22 @@ - - + - + - {{ payTagType(row.payStatus).label }} + {{ payTagType(row.payStatus).label }} - {{ orderTagType(row.orderStatus).label }} + {{ + orderTagType(row.orderStatus).label + }} - + {{ row.actQuantity | toNumberFixed }} / @@ -130,16 +87,9 @@ - + - {{ row.actAmount | toNumberFixed }} / - {{ row.preAmount | toNumberFixed }} 元 + {{ row.actAmount | toNumberFixed }} / {{ row.preAmount | toNumberFixed }} 元 @@ -148,76 +98,37 @@ 创建时间 {{ row.createTime }} - 更新时间 {{ row.updateTime || "暂无" }} + 更新时间 {{ row.updateTime || '暂无' }} - + - 详情 + 详情 提货单 - + {{ - row.orderStatus == "SUBMITED" ? "订单锁定" : "下单确认" - }}{{ row.orderStatus == 'SUBMITED' ? '订单锁定' : '下单确认' }} - {{ - row.orderStatus == "SUBMITED" || - row.orderStatus == "ORDER_LOCKED" - ? "订单取消" - : "订单退款" - }} + {{ + row.orderStatus == 'SUBMITED' || row.orderStatus == 'ORDER_LOCKED' ? '订单取消' : '订单退款' + }} @@ -236,13 +147,7 @@ - + - +
{{ row.customerName }}
- {{ row.customerId || "暂无" }} + {{ row.customerId || '暂无' }}
- 更新时间 {{ row.updateTime || "暂无" }} + 更新时间 {{ row.updateTime || '暂无' }}