fix(04): type & change status

This commit is contained in:
puriphatt 2024-08-07 11:13:42 +00:00
parent 8fa11e8ec3
commit 455e193867
3 changed files with 56 additions and 23 deletions

View file

@ -59,7 +59,11 @@ const branchFilter = selectFilterOptionRefMod(
:disable="!readonly"
hide-bottom-space
class="col-6"
:label="$t('productAndServiceGroupCode')"
:label="
$t(
isType ? 'productAndServiceTypeCode' : 'productAndServiceGroupCode',
)
"
v-model="code"
/>
<q-input