feat(图表): 地图支持自定义图例区间 #11350 #12212

This commit is contained in:
jianneng-fit2cloud 2024-10-15 18:41:46 +08:00
parent 3b3cef670c
commit d57df21324

View File

@ -375,10 +375,10 @@ onMounted(() => {
v-for="(_value, index) in state.legendForm.miscForm.mapLegendCustomRange"
>
<el-col :span="8">
<lable class="ed-form-item__label">
<label class="ed-form-item__label">
{{ index === 0 ? '最小值' : '' }}
{{ index === state.legendForm.miscForm.mapLegendNumber ? '最大值' : '' }}
</lable>
</label>
</el-col>
<el-col :span="16">
<el-form-item class="form-item" :class="'form-item-' + themes">