forked from github/dataease
parent
3b3cef670c
commit
d57df21324
@ -375,10 +375,10 @@ onMounted(() => {
|
|||||||
v-for="(_value, index) in state.legendForm.miscForm.mapLegendCustomRange"
|
v-for="(_value, index) in state.legendForm.miscForm.mapLegendCustomRange"
|
||||||
>
|
>
|
||||||
<el-col :span="8">
|
<el-col :span="8">
|
||||||
<lable class="ed-form-item__label">
|
<label class="ed-form-item__label">
|
||||||
{{ index === 0 ? '最小值' : '' }}
|
{{ index === 0 ? '最小值' : '' }}
|
||||||
{{ index === state.legendForm.miscForm.mapLegendNumber ? '最大值' : '' }}
|
{{ index === state.legendForm.miscForm.mapLegendNumber ? '最大值' : '' }}
|
||||||
</lable>
|
</label>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="16">
|
<el-col :span="16">
|
||||||
<el-form-item class="form-item" :class="'form-item-' + themes">
|
<el-form-item class="form-item" :class="'form-item-' + themes">
|
||||||
|
Loading…
Reference in New Issue
Block a user