|
|
@@ -160,22 +160,22 @@ const state = reactive({
|
|
|
columns: [
|
|
|
{label: '客户姓名', prop: 'adminUserName', resizable: true, fixed: 'left', width: 150},
|
|
|
{label: '站点', prop: 'stationId', resizable: true, width: 130},
|
|
|
- {label: '统计时间(月)', prop: 'statMonth', resizable: true, width: 160},
|
|
|
- {label: '状态', prop: 'status', sortable: 'custom', align: 'center', width: 130},
|
|
|
- {label: '实际抄表电费金额', prop: 'actualElecMoney', resizable: true, width: 160},
|
|
|
+ {label: '统计时间(月)', prop: 'statMonth', resizable: true, width: 135},
|
|
|
+ // {label: '状态', prop: 'status', sortable: 'custom', align: 'center', width: 130},
|
|
|
+ {label: '实际抄表电费金额', prop: 'actualElecMoney', resizable: true, width: 150},
|
|
|
{label: '实际参与分成的服务费', prop: 'actualServiceMoney', resizable: true, width: 180},
|
|
|
- {label: '实际分成金额', prop: 'actualSplittingAmount', resizable: true, width: 160},
|
|
|
+ {label: '实际分成金额', prop: 'actualSplittingAmount', resizable: true, width: 140},
|
|
|
|
|
|
- {label: '优惠金额', prop: 'discountAmount', resizable: true, width: 160},
|
|
|
- {label: '电损电费金额', prop: 'elecLossMoney', resizable: true, width: 160},
|
|
|
- {label: '订单电费金额', prop: 'elecMoney', resizable: true, width: 160},
|
|
|
+ {label: '优惠金额', prop: 'discountAmount', resizable: true, width: 100},
|
|
|
+ {label: '电损电费金额', prop: 'elecLossMoney', resizable: true, width: 120},
|
|
|
+ {label: '订单电费金额', prop: 'elecMoney', resizable: true, width: 120},
|
|
|
|
|
|
- {label: '服务费金额', prop: 'serviceMoney', resizable: true, width: 160},
|
|
|
- {label: '服务费优惠金额', prop: 'serviceMoneyDiscount', resizable: true, width: 160},
|
|
|
- {label: '分成金额', prop: 'splittingAmount', resizable: true, width: 160},
|
|
|
+ {label: '服务费金额', prop: 'serviceMoney', resizable: true, width: 120},
|
|
|
+ {label: '服务费优惠金额', prop: 'serviceMoneyDiscount', resizable: true, width: 130},
|
|
|
+ {label: '分成金额', prop: 'splittingAmount', resizable: true, width: 100},
|
|
|
|
|
|
- {label: '订单金额', prop: 'totalMoney', resizable: true, width: 160},
|
|
|
- {label: '增值税额', prop: 'vatAmount', resizable: true, width: 160},
|
|
|
+ {label: '订单金额', prop: 'totalMoney', resizable: true, width: 100},
|
|
|
+ {label: '增值税额', prop: 'vatAmount', resizable: true, width: 100},
|
|
|
{label: '创建时间', prop: 'createTime', sortable: 'custom', resizable: true, width: 200, fixed: 'right'},
|
|
|
{
|
|
|
label: '操作', prop: 'action', width: 100, align: 'center', fixed: 'right',
|