fix(04): type & change status
This commit is contained in:
parent
8fa11e8ec3
commit
455e193867
3 changed files with 56 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue