Skip to content

Commit

Permalink
fix: 新建行程 货币汇率无法输入小数
Browse files Browse the repository at this point in the history
  • Loading branch information
aweikalee committed May 1, 2024
1 parent 93851a0 commit d84557f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Itinerary/components/FormCurrency.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export default class IndexFormCurrencyEditor extends Mixins(TagEditor) {
:error-message="errors.first('汇率')"
/>
<Field
v-model.number="stage.rate"
v-model="stage.rate"
type="number"
placeholder="请输入正数"
:error="!!errors.first('汇率')"
width="small"
Expand Down

0 comments on commit d84557f

Please sign in to comment.