Merge pull request #3463 from dataease/pr@dev_eslint_auto_fix

Pr@dev eslint auto fix
This commit is contained in:
xuwei-fit2cloud 2022-10-26 18:03:02 +08:00 committed by GitHub
commit 8e09e6efe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 5 deletions

View File

@ -44,7 +44,6 @@
@resizeView="resizeView" @resizeView="resizeView"
@linkJumpSet="linkJumpSet" @linkJumpSet="linkJumpSet"
@boardSet="boardSet" @boardSet="boardSet"
@fieldSelect="fieldSelect"
/> />
<mobile-check-bar <mobile-check-bar
v-if="mobileCheckBarShow" v-if="mobileCheckBarShow"

View File

@ -200,7 +200,7 @@ export default {
}, },
sourceElement: { sourceElement: {
type: Object, type: Object,
required: true default: () => {}
}, },
element: { element: {
type: Object, type: Object,

View File

@ -811,8 +811,8 @@ export default {
}, },
initEvents() { initEvents() {
bus.$on('component-on-drag', this.componentOnDrag) bus.$on('component-on-drag', this.componentOnDrag)
// bus.$on('component-dialog-edit', this.editDialog) bus.$on('component-dialog-edit', this.editDialog)
// bus.$on('button-dialog-edit', this.editButtonDialog) bus.$on('button-dialog-edit', this.editButtonDialog)
bus.$on('component-dialog-style', this.componentDialogStyle) bus.$on('component-dialog-style', this.componentDialogStyle)
bus.$on('previewFullScreenClose', this.previewFullScreenClose) bus.$on('previewFullScreenClose', this.previewFullScreenClose)
bus.$on('change_panel_right_draw', this.changeRightDrawOpen) bus.$on('change_panel_right_draw', this.changeRightDrawOpen)

View File

@ -199,7 +199,7 @@
:command="beforeClickEdit('folder', 'new', data, node)" :command="beforeClickEdit('folder', 'new', data, node)"
> >
<svg-icon icon-class="scene" /> <svg-icon icon-class="scene" />
<span>{{ $t('panel.groupAdd') }}</span> <span style="margin-left: 5px">{{ $t('panel.groupAdd') }}</span>
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item <el-dropdown-item
:command="beforeClickEdit('panel', 'new', data, node)" :command="beforeClickEdit('panel', 'new', data, node)"