diff --git a/.eslintignore b/.eslintignore
new file mode 100644
index 0000000..5002ca5
--- /dev/null
+++ b/.eslintignore
@@ -0,0 +1,5 @@
+node_modules/
+dist/
+unpackage/
+*.log
+*.lock
\ No newline at end of file
diff --git a/.eslintrc.js b/.eslintrc.js
new file mode 100644
index 0000000..6ee4c98
--- /dev/null
+++ b/.eslintrc.js
@@ -0,0 +1,26 @@
+module.exports = {
+ root: true,
+ env: {
+ node: true,
+ 'vue/setup-compiler-macros': true, // 针对
+
+
diff --git a/src/pages/logistics/commodity/index.vue b/src/pages/logistics/commodity/index.vue
index 96e9787..8f2e21d 100644
--- a/src/pages/logistics/commodity/index.vue
+++ b/src/pages/logistics/commodity/index.vue
@@ -67,6 +67,10 @@
{{ item.orderAmount | toThousandthAndKeepDecimal }}
+
+ {{ '订单业绩'+ `(${isLocals()})` }} |
+ {{ item.orderAchieve| toThousandthAndKeepDecimal }} |
+
{{ '商品订单' + "BV" }} |
@@ -77,10 +81,7 @@
| {{ '订单邮费' }} |
{{ item.postage| toThousandthAndKeepDecimal }} |
-
- {{ '订单业绩'+ `(${isLocals()})` }} |
- {{ item.orderAchieve| toThousandthAndKeepDecimal }} |
-
+
{{ '发货方式' }} |
{{ item.deliveryWayStr }} |
@@ -101,6 +102,10 @@
{{ '支付日期' }} |
{{ item.payTime }} |
+
+ 订单套数 |
+ {{ item.boxNum }} |
+