|
|
|
@ -155,7 +155,14 @@
|
|
|
|
|
<div class="row">
|
|
|
|
|
<label class="col-sm-3 col-form-label text-sm-end" for="status">상태</label>
|
|
|
|
|
<div class="col-sm-9">
|
|
|
|
|
<input name="status" type="text" data-map="STTS" class="form-control" placeholder="상태"/>
|
|
|
|
|
<div class="form-check form-check-inline mt-3">
|
|
|
|
|
<input name="status" value="P" type="radio" data-map="STTS" class="form-check-input"/>
|
|
|
|
|
<label class="form-check-label" for="approved">승인</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-check form-check-inline">
|
|
|
|
|
<input name="status" value="A" type="radio" data-map="STTS" class="form-check-input"/>
|
|
|
|
|
<label class="form-check-label" for="applied">신청</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|