update--form表单配置项

qianming 1 year ago
parent 648d79fe0d
commit 5b508f51c1

@ -34,7 +34,7 @@ export const widgetFormTime = {
placeholder: '', placeholder: '',
value: 'rgba(115,170,229,.5)', value: 'rgba(115,170,229,.5)',
}, },
{ /* {
type: 'el-select', type: 'el-select',
label: '触发事件', label: '触发事件',
name: 'event', name: 'event',
@ -46,7 +46,7 @@ export const widgetFormTime = {
{ code: 'focus', name: 'focus' }, { code: 'focus', name: 'focus' },
], ],
value: 'change', value: 'change',
}, },*/
[{ [{
name: '组件联动', name: '组件联动',
list: [ list: [

@ -30,7 +30,7 @@ export const widgetInput = {
placeholder: '', placeholder: '',
value: 'rgba(115,170,229,.5)', value: 'rgba(115,170,229,.5)',
}, },
{ /* {
type: 'el-select', type: 'el-select',
label: '触发事件', label: '触发事件',
name: 'event', name: 'event',
@ -42,7 +42,7 @@ export const widgetInput = {
{ code: 'focus', name: 'focus' }, { code: 'focus', name: 'focus' },
], ],
value: 'change', value: 'change',
} }*/
], ],
position: [ position: [
{ {

@ -38,7 +38,7 @@ export const widgetSelect = {
placeholder: '', placeholder: '',
value: 'rgba(115,170,229,.5)', value: 'rgba(115,170,229,.5)',
}, },
{ /* {
type: 'el-select', type: 'el-select',
label: '触发事件', label: '触发事件',
name: 'event', name: 'event',
@ -50,7 +50,7 @@ export const widgetSelect = {
{ code: 'focus', name: 'focus' }, { code: 'focus', name: 'focus' },
], ],
value: 'change', value: 'change',
}, },*/
[{ [{
name: '组件联动', name: '组件联动',
list: [ list: [

@ -95,9 +95,9 @@ export default {
color: this.optionsSetup.select_color, color: this.optionsSetup.select_color,
}; };
}, },
eventChange() { /* eventChange() {
return this.optionsSetup.event || "change"; return this.optionsSetup.event || "change";
}, },*/
allComponentLinkage() { allComponentLinkage() {
return this.$store.state.designer.allComponentLinkage; return this.$store.state.designer.allComponentLinkage;
}, },

@ -36,9 +36,9 @@ export default {
color: this.optionsSetup.select_color, color: this.optionsSetup.select_color,
}; };
}, },
eventChange() { /* eventChange() {
return this.optionsSetup.event || "change"; return this.optionsSetup.event || "change";
}, },*/
}, },
watch: { watch: {
value: { value: {

@ -46,9 +46,9 @@ export default {
color: this.optionsSetup.select_color, color: this.optionsSetup.select_color,
}; };
}, },
eventChange() { /* eventChange() {
return this.optionsSetup.event || "change"; return this.optionsSetup.event || "change";
}, },*/
allComponentLinkage() { allComponentLinkage() {
return this.$store.state.designer.allComponentLinkage; return this.$store.state.designer.allComponentLinkage;
}, },

Loading…
Cancel
Save