| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "page": {
- "header": {
- "title": "Mgr",
- "menuBar": {
- "items": [
- "通用设置",
- "新建检查",
- "工作流",
- "四台供热",
- "添加备注",
- "查看和处理",
- "报告"
- ]
- },
- "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": {
- "leftPanel": {
- "groups": [
- {
- "title": "自动生成动物ID的设置",
- "fields": [
- {
- "label": "自动生成动物ID",
- "type": "toggle",
- "value": false
- },
- {
- "label": "自动生成动物ID的前缀",
- "type": "toggle",
- "value": false
- },
- {
- "label": "详细输入内容",
- "type": "textField",
- "value": ""
- }
- ]
- },
- {
- "title": "默认动物类型",
- "fields": [
- {
- "label": "默认连中的动物类型",
- "type": "dropdown",
- "value": "Cat",
- "options": ["Cat", "Dog", "Other"]
- }
- ]
- }
- ]
- },
- "rightPanel": {
- "table": {
- "columns": ["可见", "必填", "输入字段列表"],
- "rows": [
- { "field": "主人", "visible": true, "required": true },
- { "field": "动物名称", "visible": true, "required": true },
- { "field": "动物ID", "visible": true, "required": false },
- { "field": "芯片号", "visible": true, "required": false },
- { "field": "动物类型", "visible": true, "required": false },
- { "field": "出生日期", "visible": true, "required": true },
- { "field": "年龄", "visible": true, "required": false },
- { "field": "动物体型", "visible": true, "required": false },
- { "field": "性别", "visible": true, "required": false },
- { "field": "体重/体长", "visible": true, "required": false },
- { "field": "登记号", "visible": true, "required": true },
- { "field": "兽医师", "visible": true, "required": false },
- { "field": "操作技师", "visible": true, "required": false },
- { "field": "动物注意", "visible": true, "required": false },
- { "field": "麻醉", "visible": true, "required": false },
- { "field": "镇定", "visible": true, "required": false }
- ]
- }
- }
- },
- "footer": {
- "buttons": [
- { "label": "取消", "action": "cancel" },
- { "label": "保存", "action": "save" }
- ]
- }
- }
- }
- }
|