|
|
@@ -42,7 +42,7 @@
|
|
|
<el-button size="small" @click="dialogVisiblerecord = false">取消</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="明细" :visible.sync="dialogVisiblerecordDetail" width="50%" :before-close="handleCloserecorddetail">
|
|
|
+ <el-dialog title="明细" :visible.sync="dialogVisiblerecordDetail" width="70%" :before-close="handleCloserecorddetail">
|
|
|
<templateTable ref="templateTable1" :pagination="pageDatarecorddetail" @getList="getListrecorddetail"
|
|
|
:tableConfig="tableConfigDetailrecorddetail" :data="recordDetailData" @findPage="findPageDetailrecorddatail">
|
|
|
</templateTable>
|
|
|
@@ -153,8 +153,8 @@ export default {
|
|
|
tableConfigDetailrecorddetail: {
|
|
|
columns: [
|
|
|
{
|
|
|
- prop: "syPolicyno",
|
|
|
- label: "商业保单号",
|
|
|
+ prop: "licenseno",
|
|
|
+ label: "车牌号",
|
|
|
type: "text"
|
|
|
},
|
|
|
{
|
|
|
@@ -163,8 +163,8 @@ export default {
|
|
|
type: "text"
|
|
|
},
|
|
|
{
|
|
|
- prop: "licenseno",
|
|
|
- label: "车牌号",
|
|
|
+ prop: "syPolicyno",
|
|
|
+ label: "商业保单号",
|
|
|
type: "text"
|
|
|
},
|
|
|
{
|
|
|
@@ -186,21 +186,26 @@ export default {
|
|
|
prop: "jqSuperviseCostsProportion",
|
|
|
label: "交强手续费比例",
|
|
|
type: "text"
|
|
|
+ }, {
|
|
|
+ prop: "sySuperviseCostsProportion",
|
|
|
+ label: "商业手续费比例",
|
|
|
+ type: "text"
|
|
|
},
|
|
|
{
|
|
|
prop: "jqSuperviseCostsPremiums",
|
|
|
label: "交强手续费金额",
|
|
|
type: "text"
|
|
|
- }, {
|
|
|
- prop: "sySuperviseCostsProportion",
|
|
|
- label: "商业手续费比例",
|
|
|
- type: "text"
|
|
|
},
|
|
|
{
|
|
|
prop: "sySuperviseCostsPremiums",
|
|
|
label: "商业手续费金额",
|
|
|
type: "text"
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: "commissionFeevalue",
|
|
|
+ label: "总手续费金额",
|
|
|
+ type: "text"
|
|
|
+ }
|
|
|
],
|
|
|
loading: true,
|
|
|
isPaginationShow:true
|