mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 20:42:55 +08:00
Merge pull request #3549 from dataease/pr@dev_eslint_auto_fix
Pr@dev eslint auto fix
This commit is contained in:
commit
781da028e7
@ -12,10 +12,10 @@
|
|||||||
:label="$t('chart.show')"
|
:label="$t('chart.show')"
|
||||||
class="form-item"
|
class="form-item"
|
||||||
>
|
>
|
||||||
<el-checkbox
|
<el-switch
|
||||||
v-model="titleForm.show"
|
v-model="titleForm.show"
|
||||||
@change="changeTitleStyle('show')"
|
@change="changeTitleStyle('show')"
|
||||||
>{{ $t('chart.show') }}</el-checkbox>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<div v-show="showProperty('show') && titleForm.show">
|
<div v-show="showProperty('show') && titleForm.show">
|
||||||
<el-form-item
|
<el-form-item
|
||||||
|
@ -11,10 +11,10 @@
|
|||||||
:label="$t('chart.show')"
|
:label="$t('chart.show')"
|
||||||
class="form-item"
|
class="form-item"
|
||||||
>
|
>
|
||||||
<el-checkbox
|
<el-switch
|
||||||
v-model="titleForm.show"
|
v-model="titleForm.show"
|
||||||
@change="changeTitleStyle('show')"
|
@change="changeTitleStyle('show')"
|
||||||
>{{ $t('chart.show') }}</el-checkbox>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<div v-show="titleForm.show">
|
<div v-show="titleForm.show">
|
||||||
<el-form-item
|
<el-form-item
|
||||||
|
Loading…
Reference in New Issue
Block a user