字段修改

This commit is contained in:
fengachen
2021-09-10 18:25:18 +08:00
parent 8732aa76db
commit 851174688f
2 changed files with 2 additions and 2 deletions
@@ -56,7 +56,7 @@
<label>缴费凭证</label>
</a-col>
<a-col :span="10">
<j-image-upload :return-id="true" v-model="model.paymentMethod"></j-image-upload>
<j-image-upload disabled :return-id="true" v-model="model.paymentRecord"></j-image-upload>
</a-col>
</a-row>
@@ -48,7 +48,7 @@
<a-row :gutter="24">
<a-col :xxl="8" :xl="12" :sm="24">
<a-form-item label="是否用餐" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-radio-group v-decorator="['haveMealBools',validatorRules.haveMealBools]" @change="selecthaveMealBools">
<a-radio-group v-decorator="['haveMeals',validatorRules.haveMealBools]" @change="selecthaveMealBools">
<a-radio :value="1"></a-radio>
<a-radio :value="0"></a-radio>
</a-radio-group>