瀏覽代碼

修改Bug

lex-xin 5 年之前
父節點
當前提交
7682e361e5
共有 3 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.73c40585.js
  3. 1 1
      src/views/order/index.vue

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 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
             }

部分文件因文件數量過多而無法顯示