From b9d35f2b84fb0b9780379cfa3224968502d1893f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Mon, 4 Sep 2023 10:08:12 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E5=8F=AF=E7=BB=B4=E6=8A=A4=E6=95=B0=E6=8D=AE=E5=BA=93=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/system/en.js | 1 + src/common/lang/system/zh.js | 1 + .../system/tags/modules/ClauseSplittingDrawer.vue | 13 ++++++++++++- src/views/system/tags/modules/StandardDrawer.vue | 11 +++++++++++ 4 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/common/lang/system/en.js b/src/common/lang/system/en.js index c46e99c7..cba0fd2c 100644 --- a/src/common/lang/system/en.js +++ b/src/common/lang/system/en.js @@ -6,6 +6,7 @@ module.exports = { labelContentManagement: '标签内容管理', attributeName: '属性名称', attributeNameEnglish: '英文名称', + fieldName: '字段名称', attributeType: '属性类型', fieldLength: '字段长度', displayOrder: '展示顺序', diff --git a/src/common/lang/system/zh.js b/src/common/lang/system/zh.js index 8f612d03..b92067d0 100644 --- a/src/common/lang/system/zh.js +++ b/src/common/lang/system/zh.js @@ -6,6 +6,7 @@ module.exports = { labelContentManagement: '标签内容管理', attributeName: '属性名称', attributeNameEnglish: '英文名称', + fieldName: '字段名称', attributeType: '属性类型', fieldLength: '字段长度', displayOrder: '展示顺序', diff --git a/src/views/system/tags/modules/ClauseSplittingDrawer.vue b/src/views/system/tags/modules/ClauseSplittingDrawer.vue index 3546a953..01a391ac 100644 --- a/src/views/system/tags/modules/ClauseSplittingDrawer.vue +++ b/src/views/system/tags/modules/ClauseSplittingDrawer.vue @@ -48,6 +48,17 @@ :maxLength="120" > + + + + + + + + + + + +