From 65d58bca914542cbb56d5d0cb6087860e440240d Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Wed, 22 Jun 2022 10:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E6=B3=95=E8=A7=84=E6=9C=88?= =?UTF-8?q?=E6=8A=A5=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 7 + jero-web/src/common/lang/zh-cn.js | 7 + jero-web/src/components/layouts/Tabcrumbs.vue | 8 +- .../components/RegulationMonthlyFill.vue | 208 ++++++++++++ .../RegulationMonthlyManagement.vue | 312 ++++++++++++++++++ .../components/modules/managementAdd.vue | 257 +++++++++++++++ .../regulationReport/index.vue | 42 +++ 7 files changed, 835 insertions(+), 6 deletions(-) create mode 100644 jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue create mode 100644 jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue create mode 100644 jero-web/src/views/businessSupport/regulationReport/components/modules/managementAdd.vue create mode 100644 jero-web/src/views/businessSupport/regulationReport/index.vue diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index faee708cd..1c4f25207 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -955,4 +955,11 @@ module.exports = { OnlyOrTaskconfirmationOut: 'Only when the list confirmation status or task confirmation status is to be confirmed can the reminder be carried out', or: 'or', warningTime:'Warning time', + RegulationMonthlyManagement:'Regulation Monthly Management', + RegulationMonthlyFill:'Regulation Monthly Fill', + RegulationMonthlyName:'Regulation monthly name', + monthlyLanguage:'Monthly language', + releaseStatus:'Release status', + uploadedBy:'Uploaded by', + uploadMonthly:'Upload monthly', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 73fdc0447..96d70a9fc 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -960,4 +960,11 @@ module.exports = { disableInput:'禁止输入', or: '或', warningTime:'预警时间', + RegulationMonthlyManagement:'法规月报管理', + RegulationMonthlyFill:'法规月报填写', + RegulationMonthlyName:'法规月报名称', + monthlyLanguage:'月报语种', + releaseStatus:'发布状态', + uploadedBy:'上传人', + uploadMonthly:'上传月报', } \ No newline at end of file diff --git a/jero-web/src/components/layouts/Tabcrumbs.vue b/jero-web/src/components/layouts/Tabcrumbs.vue index 42616fa75..43e8276ac 100644 --- a/jero-web/src/components/layouts/Tabcrumbs.vue +++ b/jero-web/src/components/layouts/Tabcrumbs.vue @@ -27,9 +27,7 @@ watch: { '$route': function(val) { if (val.meta.title == '首页' || - val.meta.title === ' Home Page' || - this.$route.meta.title === '法规预警' || - this.$route.meta.title === 'Regulatory Early Warning') { + val.meta.title === ' Home Page') { this.Navigation = val.meta.title this.subNavigation = null } else { @@ -40,9 +38,7 @@ mounted() { console.log(this.$route.meta) if (this.$route.meta.title === '首页' || - this.$route.meta.title === ' Home Page' || - this.$route.meta.title === '法规预警' || - this.$route.meta.title === 'Regulatory Early Warning') { + this.$route.meta.title === ' Home Page') { this.Navigation = this.$route.meta.title this.subNavigation = null } else { diff --git a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue new file mode 100644 index 000000000..74f026074 --- /dev/null +++ b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue @@ -0,0 +1,208 @@ + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue new file mode 100644 index 000000000..9d15af59c --- /dev/null +++ b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue @@ -0,0 +1,312 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/managementAdd.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/managementAdd.vue new file mode 100644 index 000000000..8f8d68927 --- /dev/null +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/managementAdd.vue @@ -0,0 +1,257 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/regulationReport/index.vue b/jero-web/src/views/businessSupport/regulationReport/index.vue new file mode 100644 index 000000000..8c13af823 --- /dev/null +++ b/jero-web/src/views/businessSupport/regulationReport/index.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file