Merge pull request #11432 from dataease/pr@dev-v2_st

fix: Typos报错
This commit is contained in:
dataeaseShu 2024-08-08 14:51:30 +08:00 committed by GitHub
commit 53989cc79b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -460,7 +460,7 @@ initFunction()
<el-icon class="hover-icon_quota" @click="addParmasToQuota">
<Icon
:class="[`field-icon-${fieldType[0]}`, disableCaParams && 'not-allow']"
name="caculate"
name="calculate"
></Icon>
</el-icon>
</el-tooltip>
@ -474,7 +474,7 @@ initFunction()
@click="insertFieldToCodeMirror('[' + item.name + ']')"
>
<el-icon v-if="!item.groupType">
<Icon name="caculate"></Icon>
<Icon name="calculate"></Icon>
</el-icon>
<el-icon v-else>
<Icon