lilei 1 month ago
parent
commit
4444e88ddf

+ 6 - 6
src/views/salesManagement/salesQueryNew/comps/activeStatisticsList.vue

@@ -301,20 +301,20 @@ export default {
               renderBodyCell: ({ row, column, rowIndex }, h) => formatTd(row, column, rowIndex, 'specialPriceUnit')
               renderBodyCell: ({ row, column, rowIndex }, h) => formatTd(row, column, rowIndex, 'specialPriceUnit')
             },
             },
             {
             {
-              field: 'regularBaseVal',
+              field: 'discountRuleValue',
               key: '91',
               key: '91',
-              title: '基础',
+              title: '基础',
               width: 60,
               width: 60,
               align: 'center',
               align: 'center',
-              renderBodyCell: ({ row, column, rowIndex }, h) => formatTd(row, column, rowIndex, 'regularUnit')
+              renderBodyCell: ({ row, column, rowIndex }, h) => formatTd(row, column, rowIndex, 'discountRuleUnit')
             },
             },
             {
             {
-              field: 'regularNextVal',
+              field: 'discountRuleNextValue',
               key: '92',
               key: '92',
               title: '下阶差',
               title: '下阶差',
               width: 60,
               width: 60,
               align: 'center',
               align: 'center',
-              renderBodyCell: ({ row, column, rowIndex }, h) => formatTd(row, column, rowIndex, 'regularUnit')
+              renderBodyCell: ({ row, column, rowIndex }, h) => formatTd(row, column, rowIndex, 'discountRuleUnit')
             }
             }
           ]
           ]
         },
         },
@@ -340,7 +340,7 @@ export default {
             {
             {
               field: 'regularBaseVal',
               field: 'regularBaseVal',
               key: '12',
               key: '12',
-              title: '基础',
+              title: '基础',
               width: 60,
               width: 60,
               align: 'center',
               align: 'center',
               renderBodyCell: ({ row, column, rowIndex }, h) => formatTd(row, column, rowIndex, 'regularUnit')
               renderBodyCell: ({ row, column, rowIndex }, h) => formatTd(row, column, rowIndex, 'regularUnit')