[ publishing ] 전체 화면 검수

This commit is contained in:
khj
2022-10-05 17:56:09 +09:00
parent 30fa4f9bf8
commit a2debbc256
20 changed files with 85 additions and 84 deletions

View File

@@ -7,7 +7,7 @@
<p class="breadcrumb">채널관리 &gt; 알림톡 템플릿 관리</p>
</div>
<div class="search_wrap">
<div class="select_box">
<div class="select_box id">
<label for="stat" class="label">상태</label>
<select name="" id="stat" v-model="searchType1" @keyup.enter="search">
<option value="">전체</option>
@@ -25,8 +25,7 @@
</select>
</div>
<div class="input_box">
<label for="search" class="label">검색어</label>
<input type="text" id="id1" placeholder="검색어 입력" v-model.trim="grid.params.searchText1"
<input class="search-box" type="text" id="id1" placeholder="검색어 입력" v-model.trim="grid.params.searchText1"
@keyup.enter="search" maxlength="100"/>
</div>
<button type="button" class="button grey" @click="search">조회</button>
@@ -103,7 +102,7 @@ export default {
header: [
[
{header: 'NO', childNames: []},
{header: 'No', childNames: []},
{header: '고객사명', childNames: []},
{header: '사업자번호', childNames: []},
{header: '템플릿코드', childNames: []},
@@ -111,20 +110,20 @@ export default {
{header: '템플릿 유형', childNames: []},
{header: '상태', childNames: []},
{header: '발신프로필', childNames: []},
{header: '최종수정일', childNames: []}
{header: '마지막 수정일', childNames: []}
]
],
columns: [
{name: 'no', header: 'NO', align: 'center', width: '4%'},
{name: 'no', header: 'No', align: 'center', width: '4%'},
{name: 'custNm', header: '고객사명', align: 'center', width: '12%'},
{name: 'bregNo', header: '사업자번호', align: 'center', width: '12%'},
{name: 'bregNo', header: '사업자번호', align: 'center', width: '10%'},
{name: 'tmpltCd', header: '템플릿코드', align: 'center', width: '12%'},
{name: 'tmpltNm', header: '템플릿명', align: 'center', width: '12%'},
{name: 'tmpltType', header: '템플릿 유형', align: 'center', width: '12%'},
{name: 'stat', header: '상태', align: 'center', width: '12%'},
{name: 'sendProfile', header: '발신프로필', align: 'center', width: '125'},
{name: 'lastChgDt', header: '최종수정일', width: '12%', cls: 'td_line'}
{name: 'tmpltNm', header: '템플릿명', align: 'center', width: '18%'},
{name: 'tmpltType', header: '템플릿 유형', align: 'center', width: '8%'},
{name: 'stat', header: '상태', align: 'center', width: '8%'},
{name: 'sendProfile', header: '발신프로필', align: 'center', width: '18%'},
{name: 'lastChgDt', header: '마지막 수정일', width: '10%', cls: 'td_line'}
],
noDataStr: '검색 결과가 없습니다.',
params: {