Files
operationSystem-front/src/assets/data/pages/historyTable.json
bcjang f4b629df52 경제지표 재화 보유
경제지표 아이템 보유
게임로그 스냅샷
히스토리 비즈니스로그 기준 변경
2025-08-04 17:40:37 +09:00

69 lines
1.3 KiB
JSON

{
"id": "historyTable",
"selection": {
"type": "single",
"idField": "id"
},
"header": {
"countType": "total",
"orderType": "desc",
"pageType": "default",
"buttons": []
},
"columns": [
{
"id": "logTime",
"type": "date",
"width": "200px",
"title": "일시(KST)",
"format": {
"type": "function",
"name": "convertKTC"
}
},
{
"id": "category",
"type": "option",
"width": "100px",
"title": "로그종류",
"option_name": "opLogCategory"
},
{
"id": "action",
"type": "option",
"width": "150px",
"title": "로그액션",
"option_name": "opLogAction"
},
{
"id": "status",
"type": "option",
"width": "100px",
"title": "상태",
"option_name": "opCommonStatus"
},
{
"id": "worker",
"type": "text",
"width": "100px",
"title": "작업자"
},
{
"id": "message",
"type": "text",
"width": "100px",
"title": "비고"
},
{
"id": "detail",
"type": "button",
"width": "120px",
"title": "상세보기",
"text": "상세보기"
}
],
"sort": {
"defaultColumn": "timestamp",
"defaultDirection": "desc"
}
}