This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PDA/module/moduleEMS/config/dashboard.json
2024-01-24 16:47:50 +08:00

68 lines
2.7 KiB
JSON

{
"deviceInfo": {
"title": "dashboard.deviceInfo.title",
"templateUrl": "module/moduleWIP/program/dashboard/deviceInfo.html",
"css": "module/moduleWIP/program/dashboard/deviceInfo.css",
"num_of_days": 0
},
"opInfo": {
"title": "dashboard.opInfo.title",
"templateUrl": "module/moduleWIP/program/dashboard/opInfo.html",
"css": "module/moduleWIP/program/dashboard/opInfo.css",
"num_of_days": 0
},
"qualityStatus": {
"title": "dashboard.qualityStatus.title",
"titleColor": "#368fcb",
"templateUrl": "module/moduleWIP/program/dashboard/qualityStatus.html",
"css": "module/moduleWIP/program/dashboard/qualityStatus.css"
},
"workOperator": {
"title": "dashboard.workOperator.title",
"titleColor": "#68bd84",
"templateUrl": "module/moduleWIP/program/dashboard/workOperator.html",
"css": "module/moduleWIP/program/dashboard/workOperator.css"
},
"workMaterial": {
"title": "dashboard.workMaterial.title",
"titleColor": "#db4b3c",
"templateUrl": "module/moduleWIP/program/dashboard/workMaterial.html",
"css": "module/moduleWIP/program/dashboard/workMaterial.css"
},
"workLog": {
"title": "dashboard.workLog.title",
"titleColor": "#8f57a0",
"templateUrl": "module/moduleWIP/program/dashboard/workLog.html",
"css": "module/moduleWIP/program/dashboard/workLog.css"
},
"workAccessory": {
"title": "dashboard.workAccessory.title",
"titleColor": "#8f57a0",
"templateUrl": "module/moduleWIP/program/dashboard/workAccessory.html",
"css": "module/moduleWIP/program/dashboard/workAccessory.css"
},
"workRecipe": {
"title": "dashboard.workRecipe.title",
"titleColor": "#8f57a0",
"templateUrl": "module/moduleWIP/program/dashboard/workRecipe.html",
"css": "module/moduleWIP/program/dashboard/workRecipe.css"
},
"workTime": {
"title": "dashboard.workTime.title",
"titleColor": "#8f57a0",
"templateUrl": "module/moduleWIP/program/dashboard/workTime.html",
"css": "module/moduleWIP/program/dashboard/workTime.css"
},
"workOperator_lot": {
"title": "dashboard.workOperator_lot.title",
"titleColor": "#68bd84",
"templateUrl": "module/moduleWIP/program/dashboard/workOperator_lot.html",
"css": "module/moduleWIP/program/dashboard/workOperator_lot.css"
},
"workEquipment": {
"title": "dashboard.workEquipment.title",
"titleColor": "#68bd84",
"templateUrl": "module/moduleWIP/program/dashboard/workEquipment.html",
"css": "module/moduleWIP/program/dashboard/workEquipment.css"
}
}