|
|
@@ -71,6 +71,7 @@
|
|
|
:operationWidth="150"
|
|
|
permsDelete="sys:user:delete"
|
|
|
:showOperation="true"
|
|
|
+ :SerialShow="false"
|
|
|
:showBatchDelete="false"
|
|
|
:showBatchSettled="false"
|
|
|
:showBatchPrint="false"
|
|
|
@@ -375,15 +376,14 @@ export default {
|
|
|
columns: [
|
|
|
//数据列
|
|
|
{ prop: "orderno", label: "订单号", minWidth: 160 },
|
|
|
- { prop: "policyno", label: "保单号", minWidth: 160 },
|
|
|
- { prop: "deptName", label: "机构", minWidth: 160 },
|
|
|
+ { prop: "policyno", label: "保单号", minWidth: 180 },
|
|
|
+ { prop: "deptName", label: "机构", minWidth: 120 },
|
|
|
{ prop: "riskcode", label: "险种", minWidth: 100 },
|
|
|
|
|
|
{
|
|
|
prop: "companyName",
|
|
|
label: "保险公司",
|
|
|
- minWidth: 100,
|
|
|
- formatter: this.inscompanyFormatter,
|
|
|
+ minWidth: 200,
|
|
|
},
|
|
|
{ prop: "agreementId", label: "协议号", minWidth: 80 },
|
|
|
{ prop: "licenseno", label: "车牌号", minWidth: 120 },
|
|
|
@@ -469,16 +469,7 @@ export default {
|
|
|
data: agreetype,
|
|
|
});
|
|
|
},
|
|
|
- inscompanyFormatter(row, column) {
|
|
|
- //协议类型
|
|
|
- let inscompany = row.inscompany;
|
|
|
- return CommonUtil.getDataName({
|
|
|
- dataList: this.global.insCompanyList,
|
|
|
- value: "code",
|
|
|
- label: "name",
|
|
|
- data: inscompany,
|
|
|
- });
|
|
|
- },
|
|
|
+
|
|
|
totalmoenyFormatter(row, column) {
|
|
|
//协议类型
|
|
|
let inscompany = row.inscompany;
|