mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 20:42:55 +08:00
Merge pull request #3463 from dataease/pr@dev_eslint_auto_fix
Pr@dev eslint auto fix
This commit is contained in:
commit
8e09e6efe9
@ -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"
|
||||||
|
@ -200,7 +200,7 @@ export default {
|
|||||||
},
|
},
|
||||||
sourceElement: {
|
sourceElement: {
|
||||||
type: Object,
|
type: Object,
|
||||||
required: true
|
default: () => {}
|
||||||
},
|
},
|
||||||
element: {
|
element: {
|
||||||
type: Object,
|
type: Object,
|
||||||
|
@ -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)
|
||||||
|
@ -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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user