lilei 1 天之前
父节点
当前提交
921410e34a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/version.json
  2. 1 1
      src/views/salesManagement/salesReturn/list.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1753079328928
+  "version": 1753080682372
 }

+ 1 - 1
src/views/salesManagement/salesReturn/list.vue

@@ -238,7 +238,7 @@ export default {
       return arr.filter(item => !_this.showCell.includes(item.cell))
     },
     showDiscount () {
-      return !this.showCell.includes('discountedAmount')
+      return !this.showCell.includes('discount')
     }
   },
   methods: {