mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 09:05:16 +09:00
[ publishing ] 전체 화면 검수
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
></vuejs-datepicker>
|
||||
</span>
|
||||
</div>
|
||||
<div class="select_box">
|
||||
<div class="select_box id">
|
||||
<label for="right" class="label">요청채널</label>
|
||||
<select name="" id="" v-model="grid.params.searchType1" @keyup.enter="search">
|
||||
<option value="" selected>전체</option>
|
||||
@@ -35,13 +35,13 @@
|
||||
<div class="group">
|
||||
<div class="input_box essential">
|
||||
<label for="right" class="label"><span>*</span>수신번호</label>
|
||||
<input class="search-box" type="text" id="search" placeholder="- 자 제외 숫자만 입력" @keyup.enter="search"
|
||||
<input class="" type="text" id="search" placeholder="- 자 제외 숫자만 입력" @keyup.enter="search"
|
||||
v-model.trim="grid.params.searchText1" @keypress="onlyNum" @input="onlyNum" maxlength="11"
|
||||
ref="_searchText2">
|
||||
</div>
|
||||
<div class="input_box essential">
|
||||
<label for="right" class="label"><span>*</span>발신번호</label>
|
||||
<input class="search-box" type="text" id="search" placeholder="- 자 제외 숫자만 입력" @keyup.enter="search"
|
||||
<input class="" type="text" id="search" placeholder="- 자 제외 숫자만 입력" @keyup.enter="search"
|
||||
v-model.trim="grid.params.searchText2" @keypress="onlyNum" @input="onlyNum" maxlength="11"
|
||||
ref="_searchText2">
|
||||
</div>
|
||||
@@ -154,7 +154,7 @@ export default {
|
||||
|
||||
header: [
|
||||
[
|
||||
{header: 'NO', childNames: []},
|
||||
{header: 'No', childNames: []},
|
||||
{header: '발송일자', childNames: []},
|
||||
{header: '고객사명', childNames: []},
|
||||
{header: '발송아이디(사용자ID)', childNames: []},
|
||||
@@ -170,7 +170,7 @@ export default {
|
||||
],
|
||||
|
||||
columns: [
|
||||
{name: 'no', header: 'NO', align: 'center', width: '5%'},
|
||||
{name: 'no', header: 'No', align: 'center', width: '5%'},
|
||||
{name: 'sentDate', header: '발송일자', align: 'center', width: '11%'},
|
||||
{name: 'custNm', header: '고객사명', align: 'center', width: '9%'},
|
||||
{name: 'userId', header: '발송아이디(사용자ID)', align: 'center', width: '9%'},
|
||||
|
||||
Reference in New Issue
Block a user