bug
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<template v-else-if="config.type === 'table'">
|
<template v-if="config.type === 'table'">
|
||||||
<div class="layout-config__item">
|
<div class="layout-config__item">
|
||||||
<label>显示排名</label>
|
<label>显示排名</label>
|
||||||
<div class="layout-config__item--right">
|
<div class="layout-config__item--right">
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="config.type === 'map'">
|
<template v-if="config.type === 'map'">
|
||||||
<div class="layout-config__item">
|
<div class="layout-config__item">
|
||||||
<label>遮罩层</label>
|
<label>遮罩层</label>
|
||||||
<div class="layout-config__item--right">
|
<div class="layout-config__item--right">
|
||||||
|
|||||||
Reference in New Issue
Block a user