From 796e372b8db107238811b22dd7fd0fbac2543929 Mon Sep 17 00:00:00 2001 From: "liu.shiyi" Date: Wed, 5 Jul 2023 18:01:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E5=A4=8D=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E8=81=94=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/BasicComponents/Button/index.vue | 2 +- .../packages/BigScreenDesign/RightSetting/DataSetting.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data-room-ui/packages/BasicComponents/Button/index.vue b/data-room-ui/packages/BasicComponents/Button/index.vue index 7300c692..7a2e3e49 100644 --- a/data-room-ui/packages/BasicComponents/Button/index.vue +++ b/data-room-ui/packages/BasicComponents/Button/index.vue @@ -62,7 +62,7 @@ export default { } }, mounted () { - this.chartInit() + // this.chartInit() }, methods: { handleClick () { diff --git a/data-room-ui/packages/BigScreenDesign/RightSetting/DataSetting.vue b/data-room-ui/packages/BigScreenDesign/RightSetting/DataSetting.vue index e6532285..0ea4ae1d 100644 --- a/data-room-ui/packages/BigScreenDesign/RightSetting/DataSetting.vue +++ b/data-room-ui/packages/BigScreenDesign/RightSetting/DataSetting.vue @@ -645,8 +645,8 @@ export default { return ( list?.map(field => { return { - label: field.fieldDesc, - value: field.fieldName + label: field.comment, + value: field.name } }) || [] )