Browse Source

운영관리 그리드 수정

whakdo963 2 years ago
parent
commit
447b53daa8

+ 6 - 0
src/main/webapp/js/app/oper/ITP_OPER01010.js

@@ -54,18 +54,22 @@ const gridColModel = {
54
 			index: 'AFFL_SHOP_NM', name: 'afflShopNm',
54
 			index: 'AFFL_SHOP_NM', name: 'afflShopNm',
55
 			label: ITP_MSG_LOCALE.label.afflShopNm, //브랜드그룹
55
 			label: ITP_MSG_LOCALE.label.afflShopNm, //브랜드그룹
56
 			width: '10', fixed: false, align: 'left',
56
 			width: '10', fixed: false, align: 'left',
57
+			minwidth: 150, maxwidth: 250,
57
 			sortable: false, hidden: false
58
 			sortable: false, hidden: false
58
 		},
59
 		},
59
 		{
60
 		{
60
 			index: 'BRAND_NM', name: 'brandNm',
61
 			index: 'BRAND_NM', name: 'brandNm',
61
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드
62
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드
62
 			width: '13', fixed: false, align: 'left',
63
 			width: '13', fixed: false, align: 'left',
64
+			minwidth: 150, maxwidth: 250,
63
 			sortable: false, hidden: false
65
 			sortable: false, hidden: false
64
 		},
66
 		},
65
 		{
67
 		{
66
 			index: 'USER_ID', name: 'userId',
68
 			index: 'USER_ID', name: 'userId',
67
 			label: ITP_MSG_LOCALE.label.userId, //사용자ID
69
 			label: ITP_MSG_LOCALE.label.userId, //사용자ID
68
 			width: '10', fixed: false, align: 'left',
70
 			width: '10', fixed: false, align: 'left',
71
+			minwidth: 120, maxwidth: 200,
72
+
69
 			sortable: false, hidden: false
73
 			sortable: false, hidden: false
70
 		},
74
 		},
71
 		{
75
 		{
@@ -84,6 +88,7 @@ const gridColModel = {
84
 			index: 'TEL_NO', name: 'telNo',
88
 			index: 'TEL_NO', name: 'telNo',
85
 			label: ITP_MSG_LOCALE.label.telephone, //휴대폰 번호
89
 			label: ITP_MSG_LOCALE.label.telephone, //휴대폰 번호
86
 			width: '10', fixed: false, align: 'center',
90
 			width: '10', fixed: false, align: 'center',
91
+			minwidth: 150, maxwidth: 250,
87
 			sortable: false, hidden: false
92
 			sortable: false, hidden: false
88
 		},
93
 		},
89
 		{
94
 		{
@@ -108,6 +113,7 @@ const gridColModel = {
108
 			index: 'LAST_LOGIN_DT', name: 'lastLoginDt',
113
 			index: 'LAST_LOGIN_DT', name: 'lastLoginDt',
109
 			label: ITP_MSG_LOCALE.label.lastLogin, //마지막 로그인
114
 			label: ITP_MSG_LOCALE.label.lastLogin, //마지막 로그인
110
 			width: '10', fixed: false, align: 'center',
115
 			width: '10', fixed: false, align: 'center',
116
+			minwidth: 150, maxwidth: 250,
111
 			sortable: false, hidden: false
117
 			sortable: false, hidden: false
112
 		}
118
 		}
113
 	],
119
 	],

+ 3 - 1
src/main/webapp/js/app/oper/ITP_OPER02010.js

@@ -43,6 +43,7 @@ const gridColModel = {
43
 			index: 'AFFL_SHOP_NM', name: 'afflShopNm',
43
 			index: 'AFFL_SHOP_NM', name: 'afflShopNm',
44
 			label: ITP_MSG_LOCALE.label.afflShopNm, //브랜드그룹
44
 			label: ITP_MSG_LOCALE.label.afflShopNm, //브랜드그룹
45
 			width: '10', fixed: false, align: 'center',
45
 			width: '10', fixed: false, align: 'center',
46
+			minwidth: 150, maxwidth: 250,
46
 			sortable: false, hidden: false
47
 			sortable: false, hidden: false
47
 		},
48
 		},
48
 		{
49
 		{
@@ -66,13 +67,14 @@ const gridColModel = {
66
 		{
67
 		{
67
 			index: 'NTICE_STAT_NM', name: 'nticeStatNm',
68
 			index: 'NTICE_STAT_NM', name: 'nticeStatNm',
68
 			label: ITP_MSG_LOCALE.label.status, //상태
69
 			label: ITP_MSG_LOCALE.label.status, //상태
69
-			width: '6', fixed: false, align: 'center',
70
+			width: '7', fixed: false, align: 'center',
70
 			sortable: false, hidden: false
71
 			sortable: false, hidden: false
71
 		},
72
 		},
72
 		{
73
 		{
73
 			index: 'NOTI_ST_DAY', name: 'notiStDay',
74
 			index: 'NOTI_ST_DAY', name: 'notiStDay',
74
 			label: ITP_MSG_LOCALE.label.viewDt, //노출일
75
 			label: ITP_MSG_LOCALE.label.viewDt, //노출일
75
 			width: '12', fixed: false, align: 'center',
76
 			width: '12', fixed: false, align: 'center',
77
+			minwidth: 180, maxwidth: 250,
76
 			sortable: false, hidden: false
78
 			sortable: false, hidden: false
77
 		},
79
 		},
78
 		{
80
 		{