[ 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

@@ -2,8 +2,8 @@
<div class="contents">
<div class="contents_wrap">
<div class="top_wrap">
<h3 class="title">청약고객관리</h3>
<p class="breadcrumb">고객관리 &gt; 청약고객관리 &gt; 회원관리</p>
<h3 class="title">청약정보조회</h3>
<p class="breadcrumb">고객관리 &gt; 청약정보조회 &gt; 회원관리</p>
</div>
<div class="table table_form">
@@ -28,7 +28,7 @@
<tr>
<th>등록일</th>
<td colspan="2">{{ regDt }}</td>
<th class="center">구분</th>
<th>구분</th>
<td colspan="2">{{ userType }}</td>
</tr>
<tr>
@@ -37,7 +37,7 @@
{{ userId }}
<button type="button" class="button grey btn-a" @click="homeLogin">로그인</button>
</td>
<th class="center">관리자명</th>
<th>관리자명</th>
<td colspan="2">{{ adminId }} / {{ adminNm }}</td>
</tr>
<tr class="tr_input w30">
@@ -55,7 +55,7 @@
maxlength="20"
/>
</td>
<th class="center">라인타입</th>
<th>라인타입</th>
<td colspan="2">
<select name="" id="" v-model="lineType">
<option value="NORMAL">일반</option>
@@ -70,7 +70,7 @@
<input type="radio" name="userStat" value="01" id="right_radio1" v-model="userStat" />
<label for="right_radio1">사용</label>
<input type="radio" name="userStat" value="02" id="right_radio2" v-model="userStat" />
<label for="right_radio2">정지</label>
<label for="right_radio2">미사용</label>
</td>
<th class="center">마지막 접속일</th>
<td colspan="2">{{ lastLoginDt }}</td>
@@ -128,11 +128,11 @@
<th>
<input type="checkbox" id="admin_check1" v-model="selectAll" /><label for="admin_check1"></label>
</th>
<th>NO</th>
<th>No</th>
<th>ID</th>
<th>이름</th>
<th>휴대폰번호</th>
<th>상태</th>
<th>ID 잠금</th>
<th>수정</th>
</tr>
</thead>
@@ -175,8 +175,8 @@
</div>
</div>
<div class="pop-btn2">
<button class="btn-default" type="button" @click="toComplete()">취소</button>
<button class="btn-pcolor" type="button" @click="updateAdminInfoTotal()">저장</button>
<button class="btn-default" type="button" @click="toComplete()">취소</button>
</div>
<member-bulk-reg-pop ref="memberBulkRegPop"> </member-bulk-reg-pop>