|
@@ -1,198 +1,465 @@
|
|
|
-
|
|
|
{
|
|
|
"一级目录1": {
|
|
|
"二级目录1": {
|
|
|
"三级目录1": {
|
|
|
- "isThirdLevel": true,
|
|
|
- "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
- "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段3": { "type": "checkbox", "value": "true" },
|
|
|
- "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
- "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段6": { "type": "checkbox", "value": "false" },
|
|
|
- "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
- "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段9": { "type": "checkbox", "value": "true" },
|
|
|
- "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
- "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段12": { "type": "checkbox", "value": "true" },
|
|
|
- "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
- "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段15": { "type": "checkbox", "value": "false" },
|
|
|
- "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
- "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段18": { "type": "checkbox", "value": "true" },
|
|
|
- "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
- "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
|
|
|
+ "isThirdLevel": true,
|
|
|
+ "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
+ "字段2": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段3": { "type": "checkbox", "value": true },
|
|
|
+ "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
+ "字段5": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框2",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段6": { "type": "checkbox", "value": false },
|
|
|
+ "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
+ "字段8": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框3",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段9": { "type": "checkbox", "value": true },
|
|
|
+ "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
+ "字段11": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段12": { "type": "checkbox", "value": true },
|
|
|
+ "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
+ "字段14": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框2",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段15": { "type": "checkbox", "value": false },
|
|
|
+ "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
+ "字段17": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框3",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段18": { "type": "checkbox", "value": true },
|
|
|
+ "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
+ "字段20": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段21": {
|
|
|
+ "type": "radio",
|
|
|
+ "value": "选项B",
|
|
|
+ "options": ["选项A", "选项B", "选项C"]
|
|
|
+ },
|
|
|
+ "字段22": {
|
|
|
+ "type": "switch",
|
|
|
+ "value": "off"
|
|
|
+ },
|
|
|
+ "字段23": {
|
|
|
+ "type": "time",
|
|
|
+ "value": "12:00:00"
|
|
|
+ },
|
|
|
+ "字段24": {
|
|
|
+ "type": "combined",
|
|
|
+ "value": {
|
|
|
+ "inputValue": "输入框内容",
|
|
|
+ "moduleButton": "模组",
|
|
|
+ "axisButton": "轴向"
|
|
|
+ },
|
|
|
+ "moduleOptions": ["模组A", "模组B", "模组C"],
|
|
|
+ "axisMap": {
|
|
|
+ "模组A": ["A轴", "B轴", "C轴"],
|
|
|
+ "模组B": ["X轴", "Y轴"],
|
|
|
+ "模组C": ["Z轴"]
|
|
|
+ },
|
|
|
+ "timeout": 180
|
|
|
+ },
|
|
|
+ "buttons": [
|
|
|
+ { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "Run 1 die", "enabled": true },
|
|
|
+ { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "Run 1 strip", "enabled": true },
|
|
|
+ { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "Learn pick
|
|
|
+ Z touch height", "enabled": false },
|
|
|
+ { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "Complete
|
|
|
+ all strips", "enabled": true },
|
|
|
+ { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "Align die", "enabled": true },
|
|
|
+ { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "Pick die", "enabled": false },
|
|
|
+ { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "Epoxy and
|
|
|
+ die corrections..", "enabled": true },
|
|
|
+ { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "Remove die
|
|
|
+ from bond head", "enabled": true },
|
|
|
+ { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "Advanced
|
|
|
+ process modes...", "enabled": false },
|
|
|
+ { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "Move BA
|
|
|
+ to pick", "enabled": true },
|
|
|
+ { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "Move BH
|
|
|
+ to pick", "enabled": true },
|
|
|
+ { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "Toggle
|
|
|
+ soft keys", "enabled": true }
|
|
|
+ ]
|
|
|
},
|
|
|
"三级目录2": {
|
|
|
- "isThirdLevel": true,
|
|
|
- "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
- "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段3": { "type": "checkbox", "value": "true" },
|
|
|
- "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
- "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段6": { "type": "checkbox", "value": "false" },
|
|
|
- "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
- "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段9": { "type": "checkbox", "value": "true" },
|
|
|
- "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
- "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段12": { "type": "checkbox", "value": "true" },
|
|
|
- "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
- "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段15": { "type": "checkbox", "value": "false" },
|
|
|
- "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
- "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段18": { "type": "checkbox", "value": "true" },
|
|
|
- "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
- "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
|
|
|
+ "isThirdLevel": true,
|
|
|
+ "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
+ "字段2": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段3": { "type": "checkbox", "value": true },
|
|
|
+ "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
+ "字段5": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框2",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段6": { "type": "checkbox", "value": false },
|
|
|
+ "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
+ "字段8": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框3",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段9": { "type": "checkbox", "value": true },
|
|
|
+ "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
+ "字段11": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段12": { "type": "checkbox", "value": true },
|
|
|
+ "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
+ "字段14": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框2",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段15": { "type": "checkbox", "value": false },
|
|
|
+ "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
+ "字段17": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框3",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段18": { "type": "checkbox", "value": true },
|
|
|
+ "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
+ "字段20": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "buttons": [
|
|
|
+ { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": true },
|
|
|
+ { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
|
|
|
+ { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
|
|
|
+ { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
|
|
|
+ { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": true },
|
|
|
+ { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
|
|
|
+ { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": true },
|
|
|
+ { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
|
|
|
+ { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
|
|
|
+ { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
|
|
|
+ { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": true },
|
|
|
+ { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
|
|
|
+ ]
|
|
|
}
|
|
|
},
|
|
|
"二级目录2": {
|
|
|
"三级目录1": {
|
|
|
- "isThirdLevel": true,
|
|
|
- "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
- "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段3": { "type": "checkbox", "value": "true" },
|
|
|
- "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
- "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段6": { "type": "checkbox", "value": "false" },
|
|
|
- "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
- "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段9": { "type": "checkbox", "value": "true" },
|
|
|
- "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
- "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段12": { "type": "checkbox", "value": "true" },
|
|
|
- "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
- "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段15": { "type": "checkbox", "value": "false" },
|
|
|
- "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
- "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段18": { "type": "checkbox", "value": "true" },
|
|
|
- "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
- "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
|
|
|
+ "isThirdLevel": true,
|
|
|
+ "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
+ "字段2": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段3": { "type": "checkbox", "value": true },
|
|
|
+ "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
+ "字段5": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框2",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段6": { "type": "checkbox", "value": false },
|
|
|
+ "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
+ "字段8": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框3",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段9": { "type": "checkbox", "value": true },
|
|
|
+ "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
+ "字段11": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段12": { "type": "checkbox", "value": true },
|
|
|
+ "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
+ "字段14": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框2",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段15": { "type": "checkbox", "value": false },
|
|
|
+ "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
+ "字段17": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框3",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段18": { "type": "checkbox", "value": true },
|
|
|
+ "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
+ "字段20": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "buttons": [
|
|
|
+ { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": true },
|
|
|
+ { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
|
|
|
+ { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
|
|
|
+ { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
|
|
|
+ { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": true },
|
|
|
+ { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
|
|
|
+ { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": true },
|
|
|
+ { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
|
|
|
+ { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
|
|
|
+ { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
|
|
|
+ { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": true },
|
|
|
+ { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
|
|
|
+ ]
|
|
|
},
|
|
|
"三级目录2": {
|
|
|
- "isThirdLevel": true,
|
|
|
- "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
- "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段3": { "type": "checkbox", "value": "true" },
|
|
|
- "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
- "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段6": { "type": "checkbox", "value": "false" },
|
|
|
- "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
- "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段9": { "type": "checkbox", "value": "true" },
|
|
|
- "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
- "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段12": { "type": "checkbox", "value": "true" },
|
|
|
- "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
- "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段15": { "type": "checkbox", "value": "false" },
|
|
|
- "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
- "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段18": { "type": "checkbox", "value": "true" },
|
|
|
- "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
- "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
|
|
|
+ "isThirdLevel": true,
|
|
|
+ "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
+ "字段2": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段3": { "type": "checkbox", "value": true },
|
|
|
+ "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
+ "字段5": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框2",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段6": { "type": "checkbox", "value": false },
|
|
|
+ "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
+ "字段8": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框3",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段9": { "type": "checkbox", "value": true },
|
|
|
+ "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
+ "字段11": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段12": { "type": "checkbox", "value": true },
|
|
|
+ "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
+ "字段14": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框2",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段15": { "type": "checkbox", "value": false },
|
|
|
+ "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
+ "字段17": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框3",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段18": { "type": "checkbox", "value": true },
|
|
|
+ "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
+ "字段20": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "buttons": [
|
|
|
+ { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": true },
|
|
|
+ { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
|
|
|
+ { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
|
|
|
+ { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
|
|
|
+ { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": true },
|
|
|
+ { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
|
|
|
+ { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": true },
|
|
|
+ { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
|
|
|
+ { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
|
|
|
+ { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
|
|
|
+ { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": true },
|
|
|
+ { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
|
|
|
+ ]
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"一级目录2": {
|
|
|
"二级目录1": {
|
|
|
"三级目录1": {
|
|
|
- "isThirdLevel": true,
|
|
|
- "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
- "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段3": { "type": "checkbox", "value": "true" },
|
|
|
- "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
- "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段6": { "type": "checkbox", "value": "false" },
|
|
|
- "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
- "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段9": { "type": "checkbox", "value": "true" },
|
|
|
- "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
- "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段12": { "type": "checkbox", "value": "true" },
|
|
|
- "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
- "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段15": { "type": "checkbox", "value": "false" },
|
|
|
- "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
- "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段18": { "type": "checkbox", "value": "true" },
|
|
|
- "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
- "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
|
|
|
+ "isThirdLevel": true,
|
|
|
+ "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
+ "字段2": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段3": { "type": "checkbox", "value": true },
|
|
|
+ "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
+ "字段5": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框2",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段6": { "type": "checkbox", "value": false },
|
|
|
+ "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
+ "字段8": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框3",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段9": { "type": "checkbox", "value": true },
|
|
|
+ "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
+ "字段11": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段12": { "type": "checkbox", "value": true },
|
|
|
+ "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
+ "字段14": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框2",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段15": { "type": "checkbox", "value": false },
|
|
|
+ "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
+ "字段17": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框3",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段18": { "type": "checkbox", "value": true },
|
|
|
+ "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
+ "字段20": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段21": {
|
|
|
+ "type": "radio",
|
|
|
+ "value": "选项B",
|
|
|
+ "options": ["选项A", "选项B", "选项C"]
|
|
|
+ },
|
|
|
+ "字段22": {
|
|
|
+ "type": "switch",
|
|
|
+ "value": "off"
|
|
|
+ },
|
|
|
+ "字段23": {
|
|
|
+ "type": "time",
|
|
|
+ "value": "12:00:00"
|
|
|
+ },
|
|
|
+ "字段24": {
|
|
|
+ "type": "combined",
|
|
|
+ "value": {
|
|
|
+ "inputValue": "输入框内容",
|
|
|
+ "moduleButton": "模组",
|
|
|
+ "axisButton": "轴向"
|
|
|
+ },
|
|
|
+ "moduleOptions": ["模组A", "模组B", "模组C"],
|
|
|
+ "axisMap": {
|
|
|
+ "模组A": ["A轴", "B轴", "C轴"],
|
|
|
+ "模组B": ["X轴", "Y轴"],
|
|
|
+ "模组C": ["Z轴"]
|
|
|
+ },
|
|
|
+ "timeout": 180
|
|
|
+ },
|
|
|
+ "buttons": [
|
|
|
+ { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": true },
|
|
|
+ { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
|
|
|
+ { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
|
|
|
+ { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
|
|
|
+ { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": true },
|
|
|
+ { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
|
|
|
+ { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": true },
|
|
|
+ { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
|
|
|
+ { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
|
|
|
+ { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
|
|
|
+ { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": true },
|
|
|
+ { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
|
|
|
+ ]
|
|
|
},
|
|
|
"三级目录2": {
|
|
|
- "isThirdLevel": true,
|
|
|
- "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
- "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段3": { "type": "checkbox", "value": "true" },
|
|
|
- "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
- "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段6": { "type": "checkbox", "value": "false" },
|
|
|
- "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
- "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段9": { "type": "checkbox", "value": "true" },
|
|
|
- "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
- "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段12": { "type": "checkbox", "value": "true" },
|
|
|
- "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
- "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段15": { "type": "checkbox", "value": "false" },
|
|
|
- "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
- "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段18": { "type": "checkbox", "value": "true" },
|
|
|
- "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
- "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
|
|
|
- }
|
|
|
- },
|
|
|
- "二级目录2": {
|
|
|
- "三级目录1": {
|
|
|
- "isThirdLevel": true,
|
|
|
- "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
- "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段3": { "type": "checkbox", "value": "true" },
|
|
|
- "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
- "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段6": { "type": "checkbox", "value": "false" },
|
|
|
- "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
- "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段9": { "type": "checkbox", "value": "true" },
|
|
|
- "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
- "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段12": { "type": "checkbox", "value": "true" },
|
|
|
- "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
- "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段15": { "type": "checkbox", "value": "false" },
|
|
|
- "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
- "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段18": { "type": "checkbox", "value": "true" },
|
|
|
- "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
- "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
|
|
|
- },
|
|
|
- "三级目录2": {
|
|
|
- "isThirdLevel": true,
|
|
|
- "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
- "字段2": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段3": { "type": "checkbox", "value": "true" },
|
|
|
- "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
- "字段5": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段6": { "type": "checkbox", "value": "false" },
|
|
|
- "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
- "字段8": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段9": { "type": "checkbox", "value": "true" },
|
|
|
- "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
- "字段11": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段12": { "type": "checkbox", "value": "true" },
|
|
|
- "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
- "字段14": { "type": "dropdown", "value": "下拉框2", "options": ["下拉框1", "下拉框2"] },
|
|
|
- "字段15": { "type": "checkbox", "value": "false" },
|
|
|
- "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
- "字段17": { "type": "dropdown", "value": "下拉框3", "options": ["下拉框1", "下拉框2", "下拉框3"] },
|
|
|
- "字段18": { "type": "checkbox", "value": "true" },
|
|
|
- "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
- "字段20": { "type": "dropdown", "value": "下拉框1", "options": ["下拉框1", "下拉框2", "下拉框3"] }
|
|
|
+ "isThirdLevel": true,
|
|
|
+ "字段1": { "type": "input", "value": "请输入内容1" },
|
|
|
+ "字段2": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段3": { "type": "checkbox", "value": true },
|
|
|
+ "字段4": { "type": "input", "value": "请输入内容4" },
|
|
|
+ "字段5": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框2",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段6": { "type": "checkbox", "value": false },
|
|
|
+ "字段7": { "type": "input", "value": "请输入内容7" },
|
|
|
+ "字段8": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框3",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段9": { "type": "checkbox", "value": true },
|
|
|
+ "字段10": { "type": "input", "value": "请输入内容10" },
|
|
|
+ "字段11": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段12": { "type": "checkbox", "value": true },
|
|
|
+ "字段13": { "type": "input", "value": "请输入内容13" },
|
|
|
+ "字段14": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框2",
|
|
|
+ "options": ["下拉框1", "下拉框2"]
|
|
|
+ },
|
|
|
+ "字段15": { "type": "checkbox", "value": false },
|
|
|
+ "字段16": { "type": "input", "value": "请输入内容16" },
|
|
|
+ "字段17": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框3",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "字段18": { "type": "checkbox", "value": true },
|
|
|
+ "字段19": { "type": "input", "value": "请输入内容19" },
|
|
|
+ "字段20": {
|
|
|
+ "type": "dropdown",
|
|
|
+ "value": "下拉框1",
|
|
|
+ "options": ["下拉框1", "下拉框2", "下拉框3"]
|
|
|
+ },
|
|
|
+ "buttons": [
|
|
|
+ { "id": "pb_one", "icon": ":/images/pb_arrow.png", "text": "按钮一", "enabled": true },
|
|
|
+ { "id": "pb_two", "icon": ":/images/pb_book.png", "text": "按钮二", "enabled": true },
|
|
|
+ { "id": "pb_three", "icon": ":/images/pb_Extensions.png", "text": "按钮三", "enabled": false },
|
|
|
+ { "id": "pb_four", "icon": ":/images/pb_key.png", "text": "按钮四", "enabled": true },
|
|
|
+ { "id": "pb_five", "icon": ":/images/pb_mouse.png", "text": "按钮五", "enabled": true },
|
|
|
+ { "id": "pb_six", "icon": ":/images/pb_play.png", "text": "按钮六", "enabled": false },
|
|
|
+ { "id": "pb_seven", "icon": ":/images/pb_remove.png", "text": "按钮七", "enabled": true },
|
|
|
+ { "id": "pb_eight", "icon": ":/images/pb_Target.png", "text": "按钮八", "enabled": true },
|
|
|
+ { "id": "pb_nine", "icon": ":/images/pb_three.png", "text": "按钮九", "enabled": false },
|
|
|
+ { "id": "pb_ten", "icon": ":/images/pb_two.png", "text": "按钮十", "enabled": true },
|
|
|
+ { "id": "pb_eleven", "icon": ":/images/pb_arrow.png", "text": "按钮十一", "enabled": true },
|
|
|
+ { "id": "pb_twelve", "icon": ":/images/pb_book.png", "text": "按钮十二", "enabled": true }
|
|
|
+ ]
|
|
|
}
|
|
|
}
|
|
|
}
|