NEZ-2681 fix:panel更改为dashboard

This commit is contained in:
zyh
2023-03-15 15:39:06 +08:00
parent 0ad70b7463
commit 90692487f0
68 changed files with 371 additions and 1383 deletions

View File

@@ -64,8 +64,8 @@
</template>
</copy>
</template>
<template v-else-if="item.prop === 'panel'">
{{scope.row.panel ? scope.row.panel.name : '-'}}
<template v-else-if="item.prop === 'dashboard'">
{{scope.row.dashboard ? scope.row.dashboard.name : '-'}}
</template>
<span v-else-if="item.prop === 'createTime'">{{utcTimeToTimezoneStr(scope.row[item.prop])}}</span>
<template v-else-if="item.prop === 'assetNum'">
@@ -156,7 +156,7 @@ export default {
show: true
}, {
label: this.$t('model.dashboardtemplate'),
prop: 'panel',
prop: 'dashboard',
minWidth: 200,
show: false
}, {