@@ -34,7 +34,7 @@ export const widgetFormTime = {
placeholder: '',
value: 'rgba(115,170,229,.5)',
},
- {
+/* {
type: 'el-select',
label: '触发事件',
name: 'event',
@@ -46,7 +46,7 @@ export const widgetFormTime = {
{ code: 'focus', name: 'focus' },
],
value: 'change',
- },
+ },*/
[{
name: '组件联动',
list: [
@@ -30,7 +30,7 @@ export const widgetInput = {
@@ -42,7 +42,7 @@ export const widgetInput = {
- }
+ }*/
position: [
{
@@ -38,7 +38,7 @@ export const widgetSelect = {
@@ -50,7 +50,7 @@ export const widgetSelect = {
@@ -95,9 +95,9 @@ export default {
color: this.optionsSetup.select_color,
};
- eventChange() {
+/* eventChange() {
return this.optionsSetup.event || "change";
allComponentLinkage() {
return this.$store.state.designer.allComponentLinkage;
@@ -36,9 +36,9 @@ export default {
watch: {
value: {
@@ -46,9 +46,9 @@ export default {