diff --git a/manager/src/views/order/order/orderDetail.vue b/manager/src/views/order/order/orderDetail.vue index 4518c16f..e9d438c5 100644 --- a/manager/src/views/order/order/orderDetail.vue +++ b/manager/src/views/order/order/orderDetail.vue @@ -19,7 +19,7 @@
订单来源:
- {{ orderInfo.order.clientType | clientTypeWay}} + {{ orderInfo.order.clientType | clientTypeWay }}
@@ -45,7 +45,10 @@
发票抬头:
-
{{ orderInfo.receipt.receiptTitle ? orderInfo.receipt.receiptTitle : '暂无' }}
+
{{ + orderInfo.receipt.receiptTitle ? orderInfo.receipt.receiptTitle : '暂无' + }} +
@@ -55,12 +58,17 @@
发票内容:
-
{{ orderInfo.receipt.receiptContent ? orderInfo.receipt.receiptContent : '暂无' }}
+
{{ + orderInfo.receipt.receiptContent ? orderInfo.receipt.receiptContent : '暂无' + }} +
发票金额:
-
{{ orderInfo.receipt.receiptPrice ? orderInfo.receipt.receiptPrice : '暂无' | unitPrice('¥')}}
+
+ {{ orderInfo.receipt.receiptPrice ? orderInfo.receipt.receiptPrice : '暂无' | unitPrice('¥') }} +
@@ -97,7 +105,10 @@
发票抬头:
-
{{ orderInfo.receipt.receiptTitle ? orderInfo.receipt.receiptTitle : '暂无' }}
+
{{ + orderInfo.receipt.receiptTitle ? orderInfo.receipt.receiptTitle : '暂无' + }} +
@@ -107,12 +118,17 @@
发票内容:
-
{{ orderInfo.receipt.receiptContent ? orderInfo.receipt.receiptContent : '暂无' }}
+
{{ + orderInfo.receipt.receiptContent ? orderInfo.receipt.receiptContent : '暂无' + }} +
发票金额:
-
{{ orderInfo.receipt.receiptPrice ? orderInfo.receipt.receiptPrice : '暂无' | unitPrice('¥')}}
+
+ {{ orderInfo.receipt.receiptPrice ? orderInfo.receipt.receiptPrice : '暂无' | unitPrice('¥') }} +
@@ -134,21 +150,22 @@