This commit is contained in:
2023-05-09 14:46:21 +09:00
parent bb31a52c4f
commit a7278ab9c0

View File

@@ -97,7 +97,7 @@
<button class="button grey" @click="$refs.businessFile.click()">파일업로드</button> <button class="button grey" @click="$refs.businessFile.click()">파일업로드</button>
<p class="file" id="businessNm"></p> <p class="file" id="businessNm"></p>
</div> </div>
</td>
<!-- 2023.04.25 공통으로 처리<div class="attach" v-show="fileType === 2"> <!-- 2023.04.25 공통으로 처리<div class="attach" v-show="fileType === 2">
<p class="essential list"><span>*</span>사업자등록증</p> <p class="essential list"><span>*</span>사업자등록증</p>
<input <input
@@ -110,8 +110,6 @@
<button class="button grey" @click="$refs.otherBusinessFile.click()">파일업로드</button> <button class="button grey" @click="$refs.otherBusinessFile.click()">파일업로드</button>
<p class="file" id="otherBusinessNm"></p> <p class="file" id="otherBusinessNm"></p>
</div> --> </div> -->
</td>
<!-- <td class="red" v-show="bizrAuthYn === 'Y'">인증 완료</td> --> <!-- <td class="red" v-show="bizrAuthYn === 'Y'">인증 완료</td> -->
</tr> </tr>
<tr> <tr>