字段修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user