diff --git a/src/views/oms/order/index.vue b/src/views/oms/order/index.vue index d362ca0..37c1658 100644 --- a/src/views/oms/order/index.vue +++ b/src/views/oms/order/index.vue @@ -69,7 +69,7 @@ - 商家备注 + 平台备注 {{ scope.row.note }} - + {{ parseTime(scope.row.createTime, '')}} 下单 {{ parseTime(scope.row.payTime, '')}} 支付 - {{ parseTime(scope.row.deliveryTime, '')}} 发货 - + 总数: @@ -97,32 +96,44 @@ 总价: ¥{{ scope.row.totalAmount }} - + - + - ¥{{ item.salePrice }} - x{{ item.buyNum }} + + + {{ key }}:{{ value }} + + + ¥{{ item.salePrice }} + x{{ item.buyNum }} + + - + - + {{ getOrderTypeText(scope.row.status) }} + 编辑 - - - {{ getPayTypeText(scope.row.payType) }} - + 物流单号:{{ scope.row.deliverySn}} + + 发货时间:{{ parseTime(scope.row.deliveryTime, '')}} @@ -134,7 +145,7 @@ - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -546,13 +557,17 @@ export default { display: flex; flex-direction: row; align-items: center; - width: 150px; + width: 400px; .product-item{ margin: auto; - width: 60px; - } - .quantity{ - font-weight: bold; + width: 350px; + .sp-data{ + font-size: 13px; + } + .quantity{ + font-weight: bold; + font-size: 13px; + } } } .note-title{ @@ -561,5 +576,7 @@ export default { .el-table .my-cell { vertical-align: top } - +.el-link.el-link--default { + color: #409eff; +}