mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:16:34 +09:00
충전금액 안내 문구 추가
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
v-model="nmineeDivCd"
|
||||
@change="changeNmineDiv($event)"
|
||||
/>
|
||||
<label for="popup_radio5">소멸금액</label>
|
||||
<label for="popup_radio5">소멸금액(다음달 소멸되는 충전금액입니다)</label>
|
||||
<input
|
||||
type="number"
|
||||
placeholder="소멸 충전 금액 입력"
|
||||
@@ -85,7 +85,7 @@
|
||||
v-model="nmineeDivCd"
|
||||
@change="changeNmineDiv($event)"
|
||||
/>
|
||||
<label for="popup_radio6">이월금액</label>
|
||||
<label for="popup_radio6">이월금액(다음달 정액 요금에 이월되는 충전금액입니다)</label>
|
||||
<input
|
||||
class="search-box"
|
||||
type="number"
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
id="popup_radio5"
|
||||
v-model="nmineeDivCd"
|
||||
/>
|
||||
<label for="popup_radio5">소멸금액</label>
|
||||
<label for="popup_radio5">소멸금액 <span style="font-size: 14px;">(다음달 소멸되는 충전금액입니다)</span></label>
|
||||
<input
|
||||
type="number"
|
||||
placeholder="소멸 충전 금액 입력"
|
||||
@@ -80,7 +80,7 @@
|
||||
id="popup_radio6"
|
||||
v-model="nmineeDivCd"
|
||||
/>
|
||||
<label for="popup_radio6">이월금액</label>
|
||||
<label for="popup_radio6">이월금액 <span style="font-size: 14px;">(다음달 정액 요금에 이월되는 충전금액입니다)</span></label>
|
||||
<input
|
||||
class="search-box"
|
||||
type="number"
|
||||
|
||||
Reference in New Issue
Block a user