feat: remove code from form
This commit is contained in:
parent
3e299d5c55
commit
63ca68397b
1 changed files with 11 additions and 12 deletions
|
|
@ -27,23 +27,22 @@ defineProps<{
|
|||
• {{ $t(`formDialogTitleInformation`) }}
|
||||
</div>
|
||||
<div v-if="!service" class="col-9 row q-col-gutter-md">
|
||||
<!-- <q-input -->
|
||||
<!-- :dense="dense" -->
|
||||
<!-- outlined -->
|
||||
<!-- hide-bottom-space -->
|
||||
<!-- class="col-6" -->
|
||||
<!-- :label=" -->
|
||||
<!-- $t(isType ? 'productAndServiceTypeCode' : 'productAndServiceGroupCode') -->
|
||||
<!-- " -->
|
||||
<!-- v-model="code" -->
|
||||
<!-- /> -->
|
||||
<q-input
|
||||
:dense="dense"
|
||||
outlined
|
||||
:readonly="readonly"
|
||||
hide-bottom-space
|
||||
class="col-6"
|
||||
:label="
|
||||
$t(isType ? 'productAndServiceTypeCode' : 'productAndServiceGroupCode')
|
||||
"
|
||||
v-model="code"
|
||||
/>
|
||||
<q-input
|
||||
:dense="dense"
|
||||
outlined
|
||||
:readonly="readonly"
|
||||
hide-bottom-space
|
||||
class="col-6"
|
||||
class="col-12"
|
||||
:label="
|
||||
$t(isType ? 'productAndServiceTypeName' : 'productAndServiceGroupName')
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue