@@ -82,58 +74,40 @@
@selection-change="handleSelectionChange"
>
+
-
-
-
- {{ scope.row.price | numFilter }}
-
-
-
-
-
- {{ (scope.row.awardsPrice | numFilter) || "0.00" }}
-
-
-
- {{ scope.row.priceTotal | numFilter }}
+
+ 查看详情
+
@@ -152,11 +126,16 @@
-
diff --git a/src/views/statistics/shippingSummary.vue b/src/views/statistics/shippingSummary.vue
deleted file mode 100644
index 390d8c7..0000000
--- a/src/views/statistics/shippingSummary.vue
+++ /dev/null
@@ -1,354 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {
- getSearch();
- getCzNum();
- }
- "
- >
- {{ '搜索' }}
-
- {{ '重置' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.productTotalPrice | numFilter }}
-
-
-
-
-
- {{ '查看详情' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index 71371bd..788cbd7 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -44,9 +44,11 @@ module.exports = {
},
proxy: {
'/prod-api': {
- target: 'https://t-mana.beida666.com/',
- changeOrigin: true
-
+ target: 'http://localhost:8080/',
+ changeOrigin: true,
+ pathRewrite: {
+ '^/prod-api': ''
+ }
}
}
// proxy: {