fix: 拖拽问题回退
This commit is contained in:
parent
b8d07ce00b
commit
f88d0f5eaa
@ -45,7 +45,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
excludes: ['Picture', 'Group', 'view'], // 这些组件不显示内容
|
||||
excludes: ['Picture', 'Group', 'user-view'], // 这些组件不显示内容
|
||||
textAlignOptions: [
|
||||
{
|
||||
label: this.$t('panel.text_align_left'),
|
||||
|
||||
@ -127,7 +127,7 @@ const list = [
|
||||
},
|
||||
{
|
||||
id: '10005',
|
||||
component: 'view',
|
||||
component: 'user-view',
|
||||
label: '用户视图',
|
||||
propValue: '',
|
||||
icon: 'juxing',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user