mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 11:17:54 +08:00
[Improvement] Change the status box text (#5421)
This commit is contained in:
parent
2114b63216
commit
97f08429f4
@ -23,7 +23,7 @@ import i18n from '@/module/i18n'
|
||||
const stateType = [
|
||||
{
|
||||
code: '',
|
||||
label: `${i18n.$t('None')}`
|
||||
label: `${i18n.$t('AllStatus')}`
|
||||
}, {
|
||||
code: 'SUBMITTED_SUCCESS',
|
||||
label: `${i18n.$t('Submitted successfully')}`
|
||||
|
@ -440,6 +440,7 @@ export default {
|
||||
'Process instance details': 'Process instance details',
|
||||
'Create Resource': 'Create Resource',
|
||||
'User Center': 'User Center',
|
||||
AllStatus: 'All',
|
||||
None: 'None',
|
||||
Name: 'Name',
|
||||
'Process priority': 'Process priority',
|
||||
|
@ -440,6 +440,7 @@ export default {
|
||||
'Process instance details': '流程实例详情',
|
||||
'Create Resource': '创建资源',
|
||||
'User Center': '用户中心',
|
||||
AllStatus: '全部状态',
|
||||
None: '无',
|
||||
Name: '名称',
|
||||
'Process priority': '流程优先级',
|
||||
|
Loading…
Reference in New Issue
Block a user