LogView 리팩토링
LogDetailModal 생성 화면별 히스토리(LogDetailModal) 적용
This commit is contained in:
56
src/assets/data/pages/historyTable.json
Normal file
56
src/assets/data/pages/historyTable.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"id": "historyTable",
|
||||
"selection": {
|
||||
"type": "single",
|
||||
"idField": "id"
|
||||
},
|
||||
"header": {
|
||||
"countType": "total",
|
||||
"orderType": "desc",
|
||||
"pageType": "default",
|
||||
"buttons": []
|
||||
},
|
||||
"columns": [
|
||||
{
|
||||
"id": "timestamp",
|
||||
"type": "date",
|
||||
"width": "200px",
|
||||
"title": "일시(KST)",
|
||||
"format": {
|
||||
"type": "function",
|
||||
"name": "convertKTC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dbType",
|
||||
"type": "option",
|
||||
"width": "100px",
|
||||
"title": "DB타입",
|
||||
"option_name": "opDBType"
|
||||
},
|
||||
{
|
||||
"id": "historyType",
|
||||
"type": "option",
|
||||
"width": "150px",
|
||||
"title": "이력종류",
|
||||
"option_name": "opHistoryType"
|
||||
},
|
||||
{
|
||||
"id": "userId",
|
||||
"type": "text",
|
||||
"width": "100px",
|
||||
"title": "작업자"
|
||||
},
|
||||
{
|
||||
"id": "detail",
|
||||
"type": "button",
|
||||
"width": "120px",
|
||||
"title": "상세보기",
|
||||
"text": "상세보기"
|
||||
}
|
||||
],
|
||||
"sort": {
|
||||
"defaultColumn": "timestamp",
|
||||
"defaultDirection": "desc"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user