| | |
| | | label="优惠" |
| | | prop="zk" |
| | | style="display: flex" |
| | | label-width="103px |
| | | label-width="84px |
| | | " |
| | | > |
| | | <el-input-number |
| | | v-model="form.zk" |
| | | style="width: 98%" |
| | | style="width: 80%" |
| | | :precision="2" |
| | | :step="0.1" |
| | | :max="10" |
| | |
| | | label="付款类型" |
| | | prop="type" |
| | | style="display: flex" |
| | | label-width="102px" |
| | | label-width="86px" |
| | | > |
| | | <el-select v-model="form.type" placeholder="请选择付款类型"> |
| | | <el-select v-model="form.type" placeholder="请选择付款类型" style="width: 94%;"> |
| | | <el-option |
| | | v-for="dict in dict.type.dict_pay_type" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | | :value="dict.value" |
| | | ></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | |
| | | </el-row> |
| | | </el-form> |
| | | |
| | | <div style="margin-bottom: 10px;margin-left: 25px;"> |
| | | <div style="margin-bottom: 10px;margin-left: 27px;"> |
| | | <h3>收费记录</h3> |
| | | |
| | | <!-- <el-radio-group |