From 0dffd2bf441eaf7f2021785524b05043401c0723 Mon Sep 17 00:00:00 2001 From: liudianxin Date: Thu, 16 Jul 2020 19:32:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/data-analysis/my-service.vue | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/pages/data-analysis/my-service.vue b/src/pages/data-analysis/my-service.vue index 1c210f6..8ec8d9a 100644 --- a/src/pages/data-analysis/my-service.vue +++ b/src/pages/data-analysis/my-service.vue @@ -328,20 +328,20 @@ export default { }, line_data: { xaxis: [ - "01-01", - "01-02", - "01-03", - "01-04", - "01-05", - "01-06", - "01-07", - "01-08", - "01-09", - "01-10", - "01-11", - "01-12", - "01-13", - "01-14" + "07/03", + "07/04", + "07/05", + "07/06", + "07/07", + "07/08", + "07/09", + "07/10", + "07/11", + "07/12", + "07/13", + "07/14", + "07/15", + "07/16" ], data: [ { -- 2.26.0