From ab4469aed8fb27703af74891dc4f60f4ee92326d Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 19 Sep 2023 14:52:29 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E5=A2=9E=E6=98=AF=E5=90=A6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/system/en.js | 4 ++++ src/common/lang/system/zh.js | 2 ++ .../system/tags/modules/StandardDrawer.vue | 20 ++++++++++++------- 3 files changed, 19 insertions(+), 7 deletions(-) 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 @@