경제지표 재화 보유
경제지표 아이템 보유 게임로그 스냅샷 히스토리 비즈니스로그 기준 변경
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"columns": [
|
||||
{
|
||||
"id": "timestamp",
|
||||
"id": "logTime",
|
||||
"type": "date",
|
||||
"width": "200px",
|
||||
"title": "일시(KST)",
|
||||
@@ -22,25 +22,38 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dbType",
|
||||
"id": "category",
|
||||
"type": "option",
|
||||
"width": "100px",
|
||||
"title": "DB타입",
|
||||
"option_name": "opDBType"
|
||||
"title": "로그종류",
|
||||
"option_name": "opLogCategory"
|
||||
},
|
||||
{
|
||||
"id": "historyType",
|
||||
"id": "action",
|
||||
"type": "option",
|
||||
"width": "150px",
|
||||
"title": "이력종류",
|
||||
"option_name": "opHistoryType"
|
||||
"title": "로그액션",
|
||||
"option_name": "opLogAction"
|
||||
},
|
||||
{
|
||||
"id": "userId",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user