add switch to cfg
This commit is contained in:
parent
b16213f109
commit
4b2b0633ad
60
res/cfg.json
60
res/cfg.json
@ -71,41 +71,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"id": "u:8eae2c306cc5"
|
"id": "u:8eae2c306cc5"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"label": "按钮",
|
|
||||||
"id": "u:c440483f217b"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"label": "按钮",
|
|
||||||
"id": "u:5eb80129858e"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"label": "按钮",
|
|
||||||
"id": "u:92b3fbb4a8e5"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"label": "按钮",
|
|
||||||
"id": "u:fcec0c70c54c"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"label": "按钮",
|
|
||||||
"id": "u:68b551bbf8cb"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "button",
|
|
||||||
"label": "按钮",
|
|
||||||
"id": "u:5bb6c2e1889e"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"id": "u:b6649c1b1585"
|
"id": "u:b6649c1b1585"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "input-number",
|
"type": "input-number",
|
||||||
"label": "数字输入",
|
"label": "数字输入",
|
||||||
@ -116,17 +85,17 @@
|
|||||||
"displayMode": "base",
|
"displayMode": "base",
|
||||||
"size": "full",
|
"size": "full",
|
||||||
"mode": "inline",
|
"mode": "inline",
|
||||||
"hint": "请输入一个225000到500000之间的数字",
|
|
||||||
"required": true,
|
"required": true,
|
||||||
"min": 225000,
|
"min": 225000,
|
||||||
"max": 500000,
|
"max": 500000,
|
||||||
"value":"225000",
|
"value": 225000,
|
||||||
"kilobitSeparator": true,
|
"kilobitSeparator": true,
|
||||||
"unitOptions": [
|
"unitOptions": [
|
||||||
{
|
{
|
||||||
"label": "kHz"
|
"label": "kHz"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"placeholder": "225,000到500,000之间"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
@ -158,8 +127,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "button-group-select",
|
"type": "button-group-select",
|
||||||
"name": "buttonGroupSelect",
|
"name": "buttonGroupSelect",
|
||||||
@ -178,6 +145,27 @@
|
|||||||
"id": "u:5112d83e3943",
|
"id": "u:5112d83e3943",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"value": "a"
|
"value": "a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "switch",
|
||||||
|
"label": "天通",
|
||||||
|
"option": "说明",
|
||||||
|
"name": "switch",
|
||||||
|
"falseValue": false,
|
||||||
|
"trueValue": true,
|
||||||
|
"id": "u:bd2f8c0b2176",
|
||||||
|
"onEvent": {
|
||||||
|
"change": {
|
||||||
|
"weight": 0,
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"ignoreError": false,
|
||||||
|
"actionType": "custom",
|
||||||
|
"script": "const buttonText = context.props.label + (!context.props.value?'开':'关');\ndoAction({\n actionType: 'ajax',\n args: {\n api: {\n url: '/sendData',\n method: 'post',\n data: {\n buttonLabel: buttonText\n },\n successMessage: '请求成功',\n errorMessage: '请求失败'\n }\n }\n});\n"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"id": "u:53511e674086"
|
"id": "u:53511e674086"
|
||||||
|
Loading…
Reference in New Issue
Block a user