Commit fa85931e authored by zhengke's avatar zhengke

1

parent 62bfd667
......@@ -30,7 +30,7 @@
</div>
</div>
</div>
<div class="row wrap">
<div class="row wrap" style="margin-top:20px;">
<div class="col-12">
<q-input filled stack-label maxlength="20" :dense="false" @keyup.native="checkPrice(objOption,'GoalMoney')" v-model="objOption.GoalMoney" ref="GoalMoney2"
label="目标金额" :rules="[val => !!val || '请填写目标金额']" />
......@@ -46,11 +46,15 @@
<template v-if="isShow==2">
<div class="row wrap">
<div class="col-12">
<q-field filled dense>
<template v-slot:control>
<el-date-picker v-model="value2" style="width:100%" type="month" value-format="yyyy-MM" placeholder="选择月">
</el-date-picker>
</template>
</q-field>
</div>
</div>
<div class="row wrap" style="margin-top:10px;">
<div class="row wrap" style="margin-top:30px;">
<div class="col-12">
<q-input filled stack-label maxlength="20" :dense="false" v-model="updateMsg.GoalMoney" ref="GoalMoney2"
label="目标金额" :rules="[val => !!val || '请填写目标金额']" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment