|
@@ -605,6 +605,13 @@
|
|
|
inactive-color="#ff4949">
|
|
inactive-color="#ff4949">
|
|
|
</el-switch>
|
|
</el-switch>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
+ <el-form-item label="是否归属商城订单" prop="enableStoreOrderAttribution">
|
|
|
|
|
+ <el-switch
|
|
|
|
|
+ v-model="form7.enableStoreOrderAttribution"
|
|
|
|
|
+ active-color="#13ce66"
|
|
|
|
|
+ inactive-color="#ff4949">
|
|
|
|
|
+ </el-switch>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
|
|
|
<el-form-item label="年支付金额限制" prop="yearPayPrice">
|
|
<el-form-item label="年支付金额限制" prop="yearPayPrice">
|
|
|
<el-input-number v-model="form7.yearPayPrice" :precision="2" :step="0.1"></el-input-number>
|
|
<el-input-number v-model="form7.yearPayPrice" :precision="2" :step="0.1"></el-input-number>
|