fix: 行权限-系统变量默认提示优化
This commit is contained in:
parent
33dcfadae1
commit
d5b5421cf1
@ -2429,6 +2429,7 @@ export default {
|
||||
webFormat: 'Please enter the correct URL starting with [https:// or http://]'
|
||||
},
|
||||
auth: {
|
||||
selct_filter_fields: 'Please select a filter field',
|
||||
no_item_selected: 'Please select organization、user or role on the left',
|
||||
no_resource_selected: 'Please select resource on the left',
|
||||
search_pre: 'Search by ',
|
||||
|
||||
@ -2423,6 +2423,7 @@ export default {
|
||||
webFormat: '請輸入以[https://或http://]開頭的正確網址'
|
||||
},
|
||||
auth: {
|
||||
selct_filter_fields: '請選擇篩選字段',
|
||||
no_item_selected: '請在左側選擇組織、角色或用戶',
|
||||
no_resource_selected: '請在左側選擇資源',
|
||||
search_pre: '通過',
|
||||
|
||||
@ -2423,6 +2423,7 @@ export default {
|
||||
webFormat: '请输入以[https://或http://]开头的正确网址'
|
||||
},
|
||||
auth: {
|
||||
selct_filter_fields: '请选择筛选字段',
|
||||
no_item_selected: '请在左侧选择组织、角色或用户',
|
||||
no_resource_selected: '请在左侧选择资源',
|
||||
search_pre: '通过',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user