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