perf: 过滤器必填逻辑

This commit is contained in:
fit2cloud-chenyw
2023-12-15 18:13:41 +08:00
parent f87222084a
commit 514b04be2a
11 changed files with 130 additions and 27 deletions

View File

@@ -2046,6 +2046,7 @@ export default {
back_parent: 'Back to previous'
},
panel: {
required_tips: 'Cannot be empty!',
filter_no_select: 'Filter components do not need to be selected',
first_item: 'First item',
forbidden_copy: 'Forbidden copy',

View File

@@ -2038,6 +2038,7 @@ export default {
back_parent: '返回上一級'
},
panel: {
required_tips: '必填項不能爲空!',
filter_no_select: '過濾組件無需選擇',
first_item: '首項',
forbidden_copy: '當前組件不允許復製',

View File

@@ -2039,6 +2039,7 @@ export default {
back_parent: '返回上一级'
},
panel: {
required_tips: '必填项不能为空!',
filter_no_select: '过滤组件无需选择',
first_item: '首项',
forbidden_copy: '当前组件不允许复制',