toast 메시지 추가
alert 글로벌화 loading 글로벌화
This commit is contained in:
78
src/assets/data/pages/userBlockSearch.json
Normal file
78
src/assets/data/pages/userBlockSearch.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"initialSearchParams": {
|
||||
"searchType": "GUID",
|
||||
"searchData": "",
|
||||
"email": "",
|
||||
"status": "ALL",
|
||||
"sanctions": "ALL",
|
||||
"period": "ALL",
|
||||
"orderBy": "DESC",
|
||||
"pageSize": 50,
|
||||
"currentPage": 1
|
||||
},
|
||||
|
||||
"searchFields": [
|
||||
{
|
||||
"type": "select",
|
||||
"id": "searchType",
|
||||
"label": "대상",
|
||||
"optionsRef": "eventStatus",
|
||||
"col": 1
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"id": "searchData",
|
||||
"placeholder": "대상 입력",
|
||||
"width": "300px",
|
||||
"col": 1
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"id": "email",
|
||||
"label": "등록자",
|
||||
"placeholder": "이메일 입력",
|
||||
"width": "300px",
|
||||
"col": 1
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"id": "status",
|
||||
"label": "상태",
|
||||
"optionsRef": "blockStatus",
|
||||
"col": 2
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"id": "sanctions",
|
||||
"label": "제재 사유",
|
||||
"optionsRef": "blockSanctions",
|
||||
"col": 2
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"id": "period",
|
||||
"label": "제재 기간",
|
||||
"optionsRef": "blockPeriod",
|
||||
"col": 2
|
||||
}
|
||||
],
|
||||
|
||||
"apiInfo": {
|
||||
"functionName": "BlackListView",
|
||||
"loadOnMount": true,
|
||||
"paramsMapping": [
|
||||
"searchType",
|
||||
"searchData",
|
||||
"email",
|
||||
"status",
|
||||
"sanctions",
|
||||
"period",
|
||||
"orderBy",
|
||||
"pageSize",
|
||||
"currentPage"
|
||||
],
|
||||
"pageField": "currentPage",
|
||||
"pageSizeField": "pageSize",
|
||||
"orderField": "orderBy"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user