|
|
@@ -474,16 +474,16 @@
|
|
|
<el-form :model="editForm">
|
|
|
<el-radio v-model="feeRate">手续费比例</el-radio>
|
|
|
<el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
- <el-form-item label="交强险手续费比例">
|
|
|
- <el-input v-model="editForm.jqInsurance">
|
|
|
+ <el-col :span="12" v-if="activeName === '1'">
|
|
|
+ <el-form-item label="驾意险手续费比例">
|
|
|
+ <el-input v-model="editForm.jySuperviseCostsProportion">
|
|
|
<template #append>%</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <el-form-item label="商业险手续费比例">
|
|
|
- <el-input v-model="editForm.syInsurance">
|
|
|
+ <el-col :span="12" v-if="activeName === '2'">
|
|
|
+ <el-form-item label="驾意跟单费比例">
|
|
|
+ <el-input v-model="editForm.jyOtherCostsProportion">
|
|
|
<template #append>%</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|