feat: processing 체계를 일괄 변경

This commit is contained in:
2021-12-23 01:34:45 +09:00
parent 41d5df60f4
commit 2969ed2edc
16 changed files with 122 additions and 66 deletions
@@ -7,7 +7,7 @@
<div class="row">
<div class="col-6 col-md-3">
국명 :
<b-form-input v-model="destNationName"/>
<b-form-input maxlength="18" v-model="destNationName"/>
</div>
<div class="col-4 col-md-2 d-grid">
<b-button @click="submit">{{ commandName }}</b-button>