Merge pull request #9412 from ulleo/dev

feat(X-Pack): 数据填报创建索引排序文字调整为升序降序
This commit is contained in:
ulleo 2024-04-28 16:57:10 +08:00 committed by GitHub
commit 56e4f16726
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -663,8 +663,8 @@ export default {
add_index: '新增索引',
index_name: '索引名稱',
index_column: '索引字段',
order_asc: '序',
order_desc: '序',
order_asc: '序',
order_desc: '序',
order_none: '默認排序',
add_column: '新增字段',
please_insert_start: '請輸入開始時間',

View File

@ -661,8 +661,8 @@ export default {
add_index: '新增索引',
index_name: '索引名称',
index_column: '索引字段',
order_asc: '序',
order_desc: '序',
order_asc: '序',
order_desc: '序',
order_none: '默认排序',
add_column: '新增字段',
please_insert_start: '请输入开始时间',