浏览代码

修改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
             }

部分文件因为文件数量过多而无法显示