Merge pull request #3549 from dataease/pr@dev_eslint_auto_fix

Pr@dev eslint auto fix
This commit is contained in:
王嘉豪 2022-10-31 16:49:31 +08:00 committed by GitHub
commit 781da028e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@
:label="$t('chart.show')"
class="form-item"
>
<el-checkbox
<el-switch
v-model="titleForm.show"
@change="changeTitleStyle('show')"
>{{ $t('chart.show') }}</el-checkbox>
/>
</el-form-item>
<div v-show="showProperty('show') && titleForm.show">
<el-form-item

View File

@ -11,10 +11,10 @@
:label="$t('chart.show')"
class="form-item"
>
<el-checkbox
<el-switch
v-model="titleForm.show"
@change="changeTitleStyle('show')"
>{{ $t('chart.show') }}</el-checkbox>
/>
</el-form-item>
<div v-show="titleForm.show">
<el-form-item