CN-240 feat: 实体列表、详情细节完善

This commit is contained in:
chenjinsong
2022-01-05 23:56:27 +08:00
parent db27d6213f
commit 6e9b208818
24 changed files with 403 additions and 174 deletions

View File

@@ -2,10 +2,10 @@
<div class="cn-chart cn-chart__map">
<div class="cn-chart__header chart-header-position" >
<slot name="chartErrorInfo"></slot>
<div class="header__title" >
<div class="header__title" v-if="!hideHeader">
<slot name="title"></slot>
</div>
<div class="header__operations">
<div class="header__operations" v-if="!hideHeader">
<slot name="operations"></slot>
</div>
</div>
@@ -26,7 +26,8 @@
export default {
name: 'ChartMap',
props: {
loading: Boolean
loading: Boolean,
hideHeader: Boolean
},
data () {
return {