lilei 1 dzień temu
rodzic
commit
921410e34a

+ 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: {