From f7493a815ba1178d9f01651c50be03fef73e8fdb Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Wed, 22 Jun 2022 15:26:39 +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 | 5 + jero-web/src/common/lang/zh-cn.js | 5 + .../components/RegulationMonthlyFill.vue | 15 +- .../components/modules/fillAdd.vue | 245 ++++++++++++++++++ 4 files changed, 266 insertions(+), 4 deletions(-) create mode 100644 jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 092305e9a..b8afbfa7e 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -970,7 +970,12 @@ module.exports = { monthlyTitleTemplate:'Monthly title template', monthlyIntegrationAndExport:'Monthly integration and export', addContent:'Add content', + editContent:'Edit content', + viewContent:'View content', + fillInTheMonth:'Fill in the month', monthSelection:'Month selection', + bringInStandardInformation:'Bring in standard information', + contentTemplate:'Content template', moveUp:'Move up', moveDown:'Move down', // 上报库 diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 989c47c63..0c5eff3cb 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -975,7 +975,12 @@ module.exports = { monthlyTitleTemplate:'月报标题模板', monthlyIntegrationAndExport:'月报整合导出', addContent:'新增内容', + editContent:'编辑内容', + viewContent:'查看内容', monthSelection:'月份选择', + fillInTheMonth:'填写月份', + contentTemplate:'内容模板', + bringInStandardInformation:'带入标准信息', moveUp:'上移', moveDown:'下移', // 上报库 diff --git a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue index b7a31ca20..2c85f06fd 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue @@ -71,17 +71,20 @@ + + + \ No newline at end of file