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 }