tianyi 1 day ago
parent
commit
5a84b1e4d8
  1. 4
      src/views/app/shop/mernage.vue

4
src/views/app/shop/mernage.vue

@ -8,12 +8,12 @@
<Form ref="form" :model="form" :rules="formValidate" label-position="top"> <Form ref="form" :model="form" :rules="formValidate" label-position="top">
<Row :gutter="32"> <Row :gutter="32">
<Col span="12"> <Col span="12">
<FormItem label="拼团佣金" prop="commissionRateMore"> <FormItem label="拼团平台抽佣(%)" prop="commissionRateMore">
<Input v-model="form.commissionRateMore" autocomplete="off" :maxlength="16" /> <Input v-model="form.commissionRateMore" autocomplete="off" :maxlength="16" />
</FormItem> </FormItem>
</Col> </Col>
<Col span="12"> <Col span="12">
<FormItem label="单独购买佣金" prop="commissionRateOne"> <FormItem label="单独购买抽佣(%)" prop="commissionRateOne">
<Input v-model="form.commissionRateOne" autocomplete="off" :maxlength="16" /> <Input v-model="form.commissionRateOne" autocomplete="off" :maxlength="16" />
</FormItem> </FormItem>
</Col> </Col>

Loading…
Cancel
Save