청약상태 쪽 창 길이 수정

This commit is contained in:
Leeminha
2022-12-12 13:42:14 +09:00
parent 9ed312959e
commit 1d1da28f35

View File

@@ -77,17 +77,17 @@
<tbody> <tbody>
<tr class="tr_input w75"> <tr class="tr_input w75">
<th>가입일</th> <th>가입일</th>
<td colspan="2"><input type="text" disabled v-model="subsDt" /></td> <td colspan="5"><input type="text" disabled v-model="subsDt" /></td>
<th>상태</th> <th>상태</th>
<td colspan="2"> <td colspan="5">
<input type="text" disabled v-model="stat" /> <input type="text" disabled v-model="stat" />
</td> </td>
</tr> </tr>
<tr class="tr_input w75"> <tr class="tr_input w75">
<th>요금제</th> <th>요금제</th>
<td colspan="2"><input type="text" disabled v-model="plan" /></td> <td colspan="5"><input type="text" disabled v-model="plan" /></td>
<th>가입번호</th> <th>가입번호</th>
<td colspan="2"><input type="text" disabled v-model="subsNo" /></td> <td colspan="4"><input type="text" disabled v-model="subsNo" /></td>
<th>결합할인여부</th> <th>결합할인여부</th>
<td colspan="1"> <td colspan="1">
<select name="" id="" v-model="bindDcYn"> <select name="" id="" v-model="bindDcYn">
@@ -98,7 +98,7 @@
</tr> </tr>
<tr class="tr_input w75"> <tr class="tr_input w75">
<th>관리자명</th> <th>관리자명</th>
<td colspan="2"> <td colspan="5">
<div class="input-double"> <div class="input-double">
<input type="text" disabled v-model="adminId" /> <input type="text" disabled v-model="adminId" />
<input type="text" disabled v-model="adminNm" /> <input type="text" disabled v-model="adminNm" />
@@ -106,7 +106,7 @@
</div> </div>
</td> </td>
<th>유치자명</th> <th>유치자명</th>
<td colspan="2"> <td colspan="5">
<div class="input-double"> <div class="input-double">
<input type="text" disabled v-model="channelId" /> <input type="text" disabled v-model="channelId" />
<input type="text" disabled v-model="channelNm" /> <input type="text" disabled v-model="channelNm" />