|
@@ -355,7 +355,7 @@
|
|
|
{{ Number(scope.row.jyPremium) || ' ' }}
|
|
{{ Number(scope.row.jyPremium) || ' ' }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <!-- <el-table-column prop="a" label="非车险不含税保费" width="100"></el-table-column>-->
|
|
|
|
|
|
|
+ <el-table-column prop="jyOtherCostsPremiums" label="非车跟单费" width="100"></el-table-column>
|
|
|
<el-table-column prop="jyOtherCostsProportion" label="非车险跟单费比例" width="100">
|
|
<el-table-column prop="jyOtherCostsProportion" label="非车险跟单费比例" width="100">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
{{ Number(scope.row.jyOtherCostsProportion) || ' ' }}
|
|
{{ Number(scope.row.jyOtherCostsProportion) || ' ' }}
|