fix:修复 alertMessage 图表不显示的问题 以及 查看图表后 分页查询带了时间参数的问题

This commit is contained in:
zhangyu
2021-05-14 15:24:32 +08:00
parent 212cb25ad0
commit 801180443f
22 changed files with 72 additions and 44 deletions

View File

@@ -111,7 +111,8 @@ const en = {
labels: 'Labels',
moreOption: 'More option',
copy: 'Copy',
silence: 'Silence'
silence: 'Silence',
editType: 'Type'
},
pageSize: '/page',
setup: {
@@ -1177,7 +1178,7 @@ const en = {
},
project: {
project: 'Name', // "系统"
projectName: 'Project name', // "系统名称"
projectName: 'Project', // "系统名称"
editProject: 'Edit project', // "编辑系统"
description: 'Description', // "描述"
createProject: 'New project'// "新增系统"