Browse Source

Merge branch 'master' of http://git.zthymaoyi.com:3000/gdc/yiliangyiyun-pc

gjy 3 years ago
parent
commit
d7de13ff57
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/houseSelfCollect/paymentManagement.vue

+ 3 - 1
src/views/houseSelfCollect/paymentManagement.vue

@@ -830,7 +830,9 @@ export default {
           index === 10 ||
           index === 10 ||
           index === 11 ||
           index === 11 ||
           index === 12 ||
           index === 12 ||
-          index === 13
+          index === 13 ||
+          index === 15 ||
+          index === 16 
         ) {
         ) {
           const values = data.map((item) => Number(item[column.property]))
           const values = data.map((item) => Number(item[column.property]))
           if (!values.every((value) => isNaN(value))) {
           if (!values.every((value) => isNaN(value))) {