forked from github/dataease
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"
|
||||
@linkJumpSet="linkJumpSet"
|
||||
@boardSet="boardSet"
|
||||
@fieldSelect="fieldSelect"
|
||||
/>
|
||||
<mobile-check-bar
|
||||
v-if="mobileCheckBarShow"
|
||||
|
@ -200,7 +200,7 @@ export default {
|
||||
},
|
||||
sourceElement: {
|
||||
type: Object,
|
||||
required: true
|
||||
default: () => {}
|
||||
},
|
||||
element: {
|
||||
type: Object,
|
||||
|
@ -811,8 +811,8 @@ export default {
|
||||
},
|
||||
initEvents() {
|
||||
bus.$on('component-on-drag', this.componentOnDrag)
|
||||
// bus.$on('component-dialog-edit', this.editDialog)
|
||||
// bus.$on('button-dialog-edit', this.editButtonDialog)
|
||||
bus.$on('component-dialog-edit', this.editDialog)
|
||||
bus.$on('button-dialog-edit', this.editButtonDialog)
|
||||
bus.$on('component-dialog-style', this.componentDialogStyle)
|
||||
bus.$on('previewFullScreenClose', this.previewFullScreenClose)
|
||||
bus.$on('change_panel_right_draw', this.changeRightDrawOpen)
|
||||
|
@ -199,7 +199,7 @@
|
||||
:command="beforeClickEdit('folder', 'new', data, node)"
|
||||
>
|
||||
<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
|
||||
:command="beforeClickEdit('panel', 'new', data, node)"
|
||||
|
Loading…
Reference in New Issue
Block a user