Merge pull request #13404 from sea-yu/dev-v2

fix: 修改两处拼写错误
This commit is contained in:
fit2cloud-chenyw 2024-11-19 12:45:26 +08:00 committed by GitHub
commit dfe57468f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -354,9 +354,9 @@ defineExpose({
<div class="bottom-line"></div>
</div>
<div class="condition-type" v-if="[1, 2].includes(curComponent.conditionType)">
<sapn class="condition-type-tip">{{
<span class="condition-type-tip">{{
curComponent.conditionType === 1 ? t('chart.and') : t('chart.or')
}}</sapn>
}}</span>
<el-select
v-if="!curComponent.hideConditionSwitching"
class="condition-value-select"

View File

@ -142,9 +142,9 @@ const handleInnerMouseDown = e => {
<div :style="lineWidth" class="bottom-line"></div>
</div>
<div class="condition-type" v-if="[1, 2].includes(config.conditionType)">
<sapn class="condition-type-tip">{{
<span class="condition-type-tip">{{
config.conditionType === 1 ? t('chart.and') : t('chart.or')
}}</sapn>
}}</span>
<el-select
v-if="!config.hideConditionSwitching"
class="condition-value-select"