[ publishing ] 어드민 수정사항 수정

This commit is contained in:
khj
2022-10-04 15:21:55 +09:00
parent fd36b22cd9
commit 30fa4f9bf8
6 changed files with 163 additions and 153 deletions

View File

@@ -18,7 +18,7 @@
<tr class="tr_input w75">
<th>권한 코드</th>
<td colspan="2"><input type="text" v-model.trim="authCd" ref="_authCd" disabled></td>
<th class="center">상태</th>
<th>상태</th>
<td class="td_radio" colspan="2">
<input type="radio" name="state" value="01" id="right_radio1" v-model="stat" checked>
<label for="right_radio1">사용</label>
@@ -34,10 +34,10 @@
<td class="check" rowspan="2">
<p>메뉴 권한 체크</p>
<input type="checkbox" id="right_check0" v-model="checkedAuthMenuAll">
<div class="label_group">
<!--<div class="label_group">
<label for="right_check0"></label>
<label for="right_check0">전체 체크</label>
</div>
</div>-->
</td>
<td class="check">
<p>고객관리</p>
@@ -50,16 +50,21 @@
<td class="check">
<p>유치현황관리</p>
<div class="label_group">
<tr>
<td class="td_radio">
<input type="radio" name="userStat" value="2002" id="channel_radio1" v-model="channelAuth">
<label for="channel_radio1">유치채널현황</label>
<br/><br/>
<input type="radio" name="userStat" value="2003" id="channel_radio2" v-model="channelAuth">
<label for="channel_radio2">유치현황관리</label>
</td>
</tr>
</div>
<tr>
<td class="td_radio">
<input type="radio" name="userStat" value="2002" id="channel_radio1" v-model="channelAuth">
<label for="channel_radio1">유치채널 현황</label>
</td>
</tr>
</div>
<div class="label_group">
<tr>
<td class="td_radio">
<input type="radio" name="userStat" value="2003" id="channel_radio2" v-model="channelAuth">
<label for="channel_radio2">유치현황 관리(유치채널)</label>
</td>
</tr>
</div>
</td>
<td class="check">
<p>서비스관리</p>