|
|
@@ -316,30 +316,29 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="商业险手续费比例">
|
|
|
- <el-input v-model="editForm.sySuperviseCostsProportion">
|
|
|
+ <el-form-item label="交强跟单费比例">
|
|
|
+ <el-input v-model="editForm.jqOtherCostsProportion">
|
|
|
<template #append>%</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="驾意险手续费比例">
|
|
|
- <el-input v-model="editForm.jySuperviseCostsProportion">
|
|
|
+ <el-form-item label="商业险手续费比例">
|
|
|
+ <el-input v-model="editForm.sySuperviseCostsProportion">
|
|
|
<template #append>%</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="交强跟单费比例">
|
|
|
- <el-input v-model="editForm.jqOtherCostsProportion">
|
|
|
+ <el-form-item label="商业跟单费比例">
|
|
|
+ <el-input v-model="editForm.syOtherCostsProportion">
|
|
|
<template #append>%</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="商业跟单费比例">
|
|
|
- <el-input v-model="editForm.syOtherCostsProportion">
|
|
|
+ <el-form-item label="驾意险手续费比例">
|
|
|
+ <el-input v-model="editForm.jySuperviseCostsProportion">
|
|
|
<template #append>%</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|