fix:修复 alertMessage 图表不显示的问题 以及 查看图表后 分页查询带了时间参数的问题
This commit is contained in:
@@ -193,7 +193,7 @@ export default {
|
||||
prop: 'id',
|
||||
show: true
|
||||
}, {
|
||||
label: this.$t('project.project.project'),
|
||||
label: this.$t('project.project.projectName'),
|
||||
prop: 'project',
|
||||
show: true,
|
||||
width: '120'
|
||||
@@ -288,7 +288,7 @@ export default {
|
||||
readonly: true
|
||||
}, {
|
||||
id: 34,
|
||||
name: this.$t('project.project.project'),
|
||||
name: this.$t('project.project.projectName'),
|
||||
// name: this.$t('asset.asset'),
|
||||
type: 'input',
|
||||
label: 'projectName',
|
||||
|
||||
Reference in New Issue
Block a user