| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- {
- "page": {
- "header": {
- "title": "Mgr",
- "menuBar": {
- "items": [
- "通用设置",
- "新建检查",
- "工作流",
- "四台信息",
- "添加备注",
- "查看和处理",
- "报告"
- ],
- "active": "通用设置"
- },
- "topRightIcons": [
- "语言切换",
- "退出登录"
- ]
- },
- "sidebar": {
- "sections": [
- {
- "title": "系统之家",
- "icon": "home"
- },
- {
- "title": "首选项",
- "icon": "settings",
- "active": true
- },
- {
- "title": "硬件配置",
- "icon": "hardware"
- },
- {
- "title": "网络设置",
- "icon": "network"
- },
- {
- "title": "协议设置",
- "icon": "protocol"
- },
- {
- "title": "统计分析",
- "icon": "chart"
- }
- ]
- },
- "mainContent": {
- "section": "通用设置",
- "layout": {
- "groups": [
- {
- "title": "日期和时间格式",
- "fields": [
- {
- "label": "日期格式",
- "type": "dropdown",
- "options": ["MM/dd/yyyy", "dd/MM/yyyy", "yyyy-MM-dd"],
- "value": "MM/dd/yyyy"
- },
- {
- "label": "时间格式",
- "type": "dropdown",
- "options": ["HH:mm", "hh:mm a"],
- "value": "HH:mm"
- }
- ]
- },
- {
- "title": "字体和大小",
- "subGroups": [
- {
- "title": "四角信息字体",
- "fields": [
- {
- "label": "字体",
- "type": "dropdown",
- "value": "Arial Unicode MS",
- "options": ["Arial Unicode MS", "Arial", "Times New Roman"]
- },
- {
- "label": "大小",
- "type": "numberInput",
- "unit": "%",
- "value": 100
- },
- {
- "label": "示例",
- "type": "textExample",
- "content": "ABCabc1234"
- }
- ]
- },
- {
- "title": "Mark字体",
- "fields": [
- {
- "label": "字体",
- "type": "dropdown",
- "value": "Arial",
- "options": ["Arial", "Tahoma", "Verdana"]
- },
- {
- "label": "大小",
- "type": "numberInput",
- "unit": "%",
- "value": 100
- },
- {
- "label": "示例",
- "type": "textExample",
- "content": "ABCabc1234"
- }
- ]
- }
- ]
- },
- {
- "title": "打印四角信息字体",
- "fields": [
- {
- "label": "字体",
- "type": "dropdown",
- "value": "Arial",
- "options": ["Arial", "Calibri", "Times New Roman"]
- },
- {
- "label": "字号等级",
- "type": "dropdown",
- "value": "8",
- "options": ["6", "7", "8", "9", "10", "11", "12"]
- }
- ]
- }
- ]
- },
- "footer": {
- "buttons": [
- { "label": "取消", "action": "cancel" },
- { "label": "保存", "action": "save" }
- ]
- }
- }
- }
- }
|