* [Improvement] Change the status box text (#5421) * Add single quote
@ -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')}`
@ -421,8 +421,9 @@ export default {
'Create Resource': 'Create Resource',
'User Center': 'User Center',
'Please enter method': 'Please enter method',
none: 'none',
name: 'name',
'AllStatus': 'All',
'none': 'None',
'name': 'Name',
'Process priority': 'Process priority',
'Task priority': 'Task priority',
'Task timeout alarm': 'Task timeout alarm',
'Create Resource': '创建资源',
'User Center': '用户中心',
'Please enter method': '请输入方法',
none: '无',
name: '名称',
'AllStatus': '全部状态',
'none': '无',
'name': '名称',
'Process priority': '流程优先级',
'Task priority': '任务优先级',
'Task timeout alarm': '任务超时告警',