diff --git a/src/common/lang/system/en.js b/src/common/lang/system/en.js index 387a5a2b..21cfea1d 100644 --- a/src/common/lang/system/en.js +++ b/src/common/lang/system/en.js @@ -26,6 +26,10 @@ module.exports = { documentLibraryModuleDisplay: '文档库模块展示', documentLibraryListDisplay: '文档库列表展示', selectWhetherDisplayList: '请选择是否文档库列表展示', + isShowDetail: '详情页展示', + isShowDetailMessage: '请选择是否详情页展示', + isShowAddForm: '新增是否展示', + isShowAddFormMessage: '请选择是否新增表单显示', search: '是否搜索', isSort: '是否排序', displayOtherModules: '其它模块展示', diff --git a/src/common/lang/system/zh.js b/src/common/lang/system/zh.js index a40c5f8d..df6ed506 100644 --- a/src/common/lang/system/zh.js +++ b/src/common/lang/system/zh.js @@ -29,6 +29,8 @@ module.exports = { selectWhetherDisplayList: '请选择是否文档库列表展示', isShowDetail: '详情页展示', isShowDetailMessage: '请选择是否详情页展示', + isShowAddForm: '新增是否展示', + isShowAddFormMessage: '请选择是否新增表单显示', search: '是否搜索', isSort: '是否排序', displayOtherModules: '其它模块展示', diff --git a/src/views/system/tags/modules/StandardDrawer.vue b/src/views/system/tags/modules/StandardDrawer.vue index 1380c624..cd8a6cf1 100644 --- a/src/views/system/tags/modules/StandardDrawer.vue +++ b/src/views/system/tags/modules/StandardDrawer.vue @@ -127,6 +127,13 @@ :placeholder="$t('system.tag.isShowDetailMessage')" /> + + + + + + @@ -156,12 +163,6 @@