TC 수정사항 반영

This commit is contained in:
kimre
2022-07-16 23:53:22 +09:00
parent c323de8bb9
commit e8328fef2c
43 changed files with 954 additions and 904 deletions

View File

@@ -37,7 +37,7 @@
</tr>
<tr>
<th>권한</th>
<td v-if="auth === '1001'">
<td>
<div v:class="select_box">
<select name="" id="right" v-model="auth" ref="_auth">
<option value="">선택</option>
@@ -51,7 +51,6 @@
</select>
</div>
</td>
<td v-else><input type="text" disabled value="대리점"></td>
</tr>
<tr>
<th class="center">상태</th>

View File

@@ -109,7 +109,7 @@ export default {
mdn: '',
email: '',
auth: '',
stat: '',
stat: '01',
userNm: "",
userPwd1: "",
userPwd2: "",