diff --git a/src/views/dashboard/main.vue b/src/views/dashboard/main.vue index 7c911f6..a1ee7ed 100644 --- a/src/views/dashboard/main.vue +++ b/src/views/dashboard/main.vue @@ -4,7 +4,7 @@
-
南京海陵药业能源管理平台
+
{{ $store.state.user.tenantName || '平台看板' }}
{{ $m(timeCount.ts).format('HH:mm:ss') }} @@ -193,9 +193,9 @@ export default defineComponent({ right: [ { comp: 'chart', - title: '能耗费用统计(月)', + title: '能耗统计(月)', option: costStatistic(), - unit: '元', + unit: '', }, { comp: 'chart', @@ -324,7 +324,6 @@ export default defineComponent({ ); const getSvg = () => { - debugger; const target = document.querySelector('.boards-container .center') as HTMLElement; generateSvg2Dom('/cdn/njhl_bg.svg', target, () => { target.style.transform = 'scale(1.2)'; @@ -397,7 +396,7 @@ export default defineComponent({ background-size: 100% 100%; text-align: center; font-weight: bold; - font-size: 44px; + font-size: 40px; cursor: pointer; }