refactor: edit show customerCode

This commit is contained in:
Net 2024-08-29 22:27:17 +07:00
parent 23987414a6
commit 3b4e6b8fbf

View file

@ -181,7 +181,7 @@ defineProps<{
class="col-12 col-md-3" class="col-12 col-md-3"
:label="$t('customer.form.customerCode')" :label="$t('customer.form.customerCode')"
for="input-customer-code" for="input-customer-code"
:model-value="legalPersonNo" :model-value="citizenId"
/> />
</template> </template>
</div> </div>