배너 detailGrid 적용
배너 수정 및 삭제
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
"text": "선택 삭제",
|
||||
"theme": "line",
|
||||
"disableWhen": "noSelection",
|
||||
"requiredAuth": "battleEventDelete",
|
||||
"requiredAuth": "menuBannerDelete",
|
||||
"action": "delete"
|
||||
},
|
||||
{
|
||||
"id": "register",
|
||||
"text": "이미지 등록",
|
||||
"theme": "primary",
|
||||
"requiredAuth": "battleEventUpdate",
|
||||
"requiredAuth": "menuBannerUpdate",
|
||||
"action": "navigate",
|
||||
"navigateTo": "/servicemanage/menubanner/menubannerregist"
|
||||
}
|
||||
@@ -40,6 +40,12 @@
|
||||
"width": "70px",
|
||||
"title": "번호"
|
||||
},
|
||||
{
|
||||
"id": "order_id",
|
||||
"type": "text",
|
||||
"width": "70px",
|
||||
"title": "순서"
|
||||
},
|
||||
{
|
||||
"id": "status",
|
||||
"type": "status",
|
||||
@@ -94,10 +100,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "update_by",
|
||||
"type": "text",
|
||||
"width": "150px",
|
||||
"title": "히스토리"
|
||||
"id": "history",
|
||||
"type": "button",
|
||||
"width": "120px",
|
||||
"title": "히스토리",
|
||||
"text": "히스토리"
|
||||
}
|
||||
],
|
||||
"sort": {
|
||||
|
||||
Reference in New Issue
Block a user