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"
>
+
+
+
+ event.target.value = event.target.value.trim()"
+ :maxLength="120"
+ >
+
+
+
+
+
+ event.target.value = event.target.value.trim()"
+ :maxLength="120"
+ >
+
+