This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
lg="4"
|
||||
xl="3"
|
||||
>
|
||||
<!-- <gz-currency
|
||||
<gz-currency
|
||||
v-model="obj.dollarAmount"
|
||||
:readonly="this.formState.readOnly"
|
||||
:label="lt('WidgetDollarAmount')"
|
||||
@@ -93,9 +93,9 @@
|
||||
]"
|
||||
:error-messages="form().serverErrors(this, 'dollarAmount')"
|
||||
@input="onChange('dollarAmount')"
|
||||
></gz-currency> -->
|
||||
></gz-currency>
|
||||
|
||||
<gz-decimal
|
||||
<!-- <gz-decimal
|
||||
v-model="obj.dollarAmount"
|
||||
:readonly="this.formState.readOnly"
|
||||
:label="lt('WidgetDollarAmount')"
|
||||
@@ -106,7 +106,7 @@
|
||||
]"
|
||||
:error-messages="form().serverErrors(this, 'dollarAmount')"
|
||||
@input="onChange('dollarAmount')"
|
||||
></gz-decimal>
|
||||
></gz-decimal> -->
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
|
||||
Reference in New Issue
Block a user