diff --git a/src/views/system/goodsOrder/index.vue b/src/views/system/goodsOrder/index.vue
index 8ded831..9ae6a7c 100644
--- a/src/views/system/goodsOrder/index.vue
+++ b/src/views/system/goodsOrder/index.vue
@@ -132,6 +132,13 @@
>
+
+
+ {{ scope.row.orderType == "INTEGRAL_EXCHANGE" ? "积分兑换" : "" }}
+ {{ scope.row.orderType == "DIRECT_BUY" ? "直接购买" : "" }}
+ {{ scope.row.orderType == "HEALTH_CONSULTATION" ? "健康咨询" : "" }}
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -460,6 +539,21 @@
style="width: 205px"
/>
+
+
+
+
+
+