From 7b259f24db695bf5deda403caad2bb8131057848 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 29 Oct 2024 17:05:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=80=E4=B8=8B,=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E5=91=97=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AppGroupMonitorTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "",