mayf
2024-10-25 3995f4bd129fee27b1085534e2231d68b7a970d8
pages/report/finance/_date.vue
@@ -29,6 +29,7 @@
          { label: '合伙人', prop: 'partnerName', minWidth: '120px' },
          { label: '下单时间', prop: 'orderDate', minWidth: '180px' },
          { label: '订单金额', prop: 'orderTotal', minWidth: '120px' },
          { label: '订单金额(实付)', prop: 'totalAmount', minWidth: '120px' },
          {
            label: '花农底价',
            prop: 'orderSupplierPriceAmount',
@@ -127,7 +128,10 @@
                },
                default: this.$route.params.date,
              },
              { ...getPartnerListConfig() },
              {
                ...getPartnerListConfig(),
                default: this.$route.query.partnerId || '',
              },
            ],
          },
        ],