fix: 拖拽问题回退

This commit is contained in:
wangjiahao 2021-06-21 14:00:03 +08:00
parent b8d07ce00b
commit f88d0f5eaa
2 changed files with 2 additions and 2 deletions

View File

@ -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'),

View File

@ -127,7 +127,7 @@ const list = [
},
{
id: '10005',
component: 'view',
component: 'user-view',
label: '用户视图',
propValue: '',
icon: 'juxing',