|
|
@@ -124,8 +124,10 @@ export const mixin = { // 导出混入对象
|
|
|
pageResult: {},
|
|
|
columns: [
|
|
|
{ prop: "subOrderId", label: "订单号", minWidth: 180 },
|
|
|
- { prop: "userid", label: "业务员", minWidth: 160, formatter: this.useridFormatter },
|
|
|
- { prop: "managementSource", label: "机构来源", minWidth: 160, formatter: this.managementSourceFormatter },
|
|
|
+ { prop: "userid", label: "业务员工号", minWidth: 180 },
|
|
|
+ { prop: "username", label: "业务员姓名", minWidth: 180 },
|
|
|
+ // { prop: "userid", label: "业务员", minWidth: 160, formatter: this.useridFormatter },
|
|
|
+ { prop: "managementSource", label: "业务来源", minWidth: 160, formatter: this.managementSourceFormatter },
|
|
|
// { prop: "insCompany", label: "保险公司", minWidth: 120 },
|
|
|
{ prop: "partnerCompaniesName", label: "合作公司", minWidth: 120 },
|
|
|
// { prop: "agreementName", label: "协议", minWidth: 160 },
|
|
|
@@ -136,8 +138,10 @@ export const mixin = { // 导出混入对象
|
|
|
],
|
|
|
columns1: [
|
|
|
{ prop: "subOrderId", label: "订单号", minWidth: 180 },
|
|
|
- { prop: "userid", label: "业务员", minWidth: 160, formatter: this.useridFormatter },
|
|
|
- { prop: "managementSource", label: "机构来源", minWidth: 160, formatter: this.managementSourceFormatter },
|
|
|
+ { prop: "userid", label: "业务员工号", minWidth: 180 },
|
|
|
+ { prop: "username", label: "业务员姓名", minWidth: 180 },
|
|
|
+ // { prop: "userid", label: "业务员", minWidth: 160, formatter: this.useridFormatter },
|
|
|
+ { prop: "managementSource", label: "业务来源", minWidth: 160, formatter: this.managementSourceFormatter },
|
|
|
// { prop: "insCompany", label: "保险公司", minWidth: 120 },
|
|
|
{ prop: "partnerCompaniesName", label: "已承保公司", minWidth: 120 },
|
|
|
// { prop: "agreementName", label: "协议", minWidth: 160 },
|