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