diff --git a/src/views/AppGroupMonitorTable.vue b/src/views/AppGroupMonitorTable.vue index e0528e6..2fb2f4b 100644 --- a/src/views/AppGroupMonitorTable.vue +++ b/src/views/AppGroupMonitorTable.vue @@ -16,7 +16,7 @@ export default { {label: "西点销售额", prop: "westSaleAmt", width: 60, align: 'right', headerAlign: 'left'}, {label: "现烤销售额", prop: "bakeSaleAmt", width: 60, align: 'right', headerAlign: 'left'}, {label: "现烤损货比", prop: "lossAmtRate", width: 60, align: 'right', headerAlign: 'left'}, - {label: "环比(目标完成比)", prop: "targetRate", align: 'right', headerAlign: 'left'}, + {label: "环比(目标完成比)", prop: "targetRate", align: 'center', headerAlign: 'left'}, ], summary: {}, filter: "",