From b61339d5c94cfcc1d55a50354b7b1adc5d5369ec Mon Sep 17 00:00:00 2001 From: wwb <782276617@qq.com> Date: Mon, 14 Oct 2024 16:55:13 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=B8=8B=E5=8D=95=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=8F=90=E4=BA=A4202410114?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hangtag-ui/hangtag-ui-front/src/views/Home/Index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hangtag-ui/hangtag-ui-front/src/views/Home/Index.vue b/hangtag-ui/hangtag-ui-front/src/views/Home/Index.vue index 4b7b819..ec53d89 100644 --- a/hangtag-ui/hangtag-ui-front/src/views/Home/Index.vue +++ b/hangtag-ui/hangtag-ui-front/src/views/Home/Index.vue @@ -38,7 +38,8 @@ import { set } from 'lodash-es' import { EChartsOption } from 'echarts' import { formatTime } from '@/utils' import DraftDesign from '@/components/DraftDesign/index.vue' - +import ShortcutCard from './components/ShortcutCard.vue' +import OperationDataCard from './components/OperationDataCard.vue' import { useUserStore } from '@/store/modules/user' import { useWatermark } from '@/hooks/web/useWatermark' import type { WorkplaceTotal, Project, Notice, Shortcut } from './types' From 99275b6277ba5639ac1a96c1adb468b1eb4476a7 Mon Sep 17 00:00:00 2001 From: wwb <782276617@qq.com> Date: Mon, 14 Oct 2024 17:01:38 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E5=8D=95?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=B1=95=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hangtag-ui/hangtag-ui-front/src/views/Home/Index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hangtag-ui/hangtag-ui-front/src/views/Home/Index.vue b/hangtag-ui/hangtag-ui-front/src/views/Home/Index.vue index ec53d89..d25a375 100644 --- a/hangtag-ui/hangtag-ui-front/src/views/Home/Index.vue +++ b/hangtag-ui/hangtag-ui-front/src/views/Home/Index.vue @@ -9,9 +9,9 @@
{{ t('workplace.welcome') }} {{ username }} {{ t('workplace.happyDay') }}
-
+
From fe600fe26e2996e0719dcae8f86eda07ba8ed822 Mon Sep 17 00:00:00 2001 From: wwb <782276617@qq.com> Date: Mon, 14 Oct 2024 18:00:09 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E8=B5=84=E6=96=99=E5=A2=9E=E5=8A=A0=E5=8F=91=E7=A5=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/oms/customer/CustomerForm.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/hangtag-ui/hangtag-ui-admin/src/views/oms/customer/CustomerForm.vue b/hangtag-ui/hangtag-ui-admin/src/views/oms/customer/CustomerForm.vue index e953053..596f1f0 100644 --- a/hangtag-ui/hangtag-ui-admin/src/views/oms/customer/CustomerForm.vue +++ b/hangtag-ui/hangtag-ui-admin/src/views/oms/customer/CustomerForm.vue @@ -34,6 +34,7 @@ + @@ -48,6 +49,19 @@ placeholder="请选择城市" /> + + + + + + + + + + + + +