From 92df1ca6475d6871915e5d3a4b47588a39703427 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Fri, 19 Nov 2021 09:57:38 +0800 Subject: [PATCH] =?UTF-8?q?PC=E7=AB=AF=E4=BF=AE=E6=94=B9=201=E3=80=81?= =?UTF-8?q?=E7=96=AB=E8=8B=97=E6=8E=A5=E7=A7=8D=E8=AE=B0=E5=BD=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=94=9F=E4=BA=A7=E4=BC=81=E4=B8=9A=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=94=AF=E6=8C=81=E5=A4=9A=E9=80=89=202?= =?UTF-8?q?=E3=80=81=E7=96=AB=E8=8B=97=E6=8E=A5=E7=A7=8D=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=80=A7=E5=88=AB=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9=203=E3=80=81?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=20=E7=8E=B0=E4=BB=A3=E6=A6=86=E5=B1=B1=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=88=86=E6=9E=90=E5=B9=B3=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/zh-CN.js | 2 +- src/i18n/zh-TW.js | 2 +- src/views/modules/home.vue | 2 +- src/views/modules/vim/vaccinationinfo.vue | 19 ++++++++++++++++--- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index 02b34fa..917042f 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -3,7 +3,7 @@ const t = {} t.loading = '加载中...' t.brand = {} -t.brand.lg = '现代榆山社会治理服务平台' +t.brand.lg = '现代榆山数据分析平台' t.brand.mini = '榆山' t.add = '新增' diff --git a/src/i18n/zh-TW.js b/src/i18n/zh-TW.js index b04a91c..a5adf31 100644 --- a/src/i18n/zh-TW.js +++ b/src/i18n/zh-TW.js @@ -3,7 +3,7 @@ const t = {} t.loading = '加載中...' t.brand = {} -t.brand.lg = '现代榆山社会治理服务平台' +t.brand.lg = '现代榆山数据分析平台' t.brand.mini = '榆山' t.add = '新增' diff --git a/src/views/modules/home.vue b/src/views/modules/home.vue index cd69bc9..20f1659 100644 --- a/src/views/modules/home.vue +++ b/src/views/modules/home.vue @@ -2,7 +2,7 @@ diff --git a/src/views/modules/vim/vaccinationinfo.vue b/src/views/modules/vim/vaccinationinfo.vue index 87ddaa6..3de9850 100644 --- a/src/views/modules/vim/vaccinationinfo.vue +++ b/src/views/modules/vim/vaccinationinfo.vue @@ -51,8 +51,8 @@ -->
- + { + if (this.dataForm.companyId === '') { + this.dataForm.companyId = item + } else { + this.dataForm.companyId = this.dataForm.companyId + ',' + item + } + }) + + console.log(this.dataForm.companyId) + if (this.dataForm.dose > 0) { this.dataForm.vaccNo = 0 }