Browse Source

修改Bug

lex-xin 5 years ago
parent
commit
7682e361e5
3 changed files with 1 additions and 1 deletions
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.73c40585.js
  3. 1 1
      src/views/order/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.73c40585.js


+ 1 - 1
src/views/order/index.vue

@@ -398,7 +398,7 @@ export default {
                 sums[index] = '总价';
                 return;
             }
-            if(index === 2 || index === 3 || index === 9) {
+            if(index === 2 || index === 3 || index === 4 || index === 9) {
                 sums[index] = 'N/A'
                 return
             }

Some files were not shown because too many files changed in this diff