|
|
@@ -620,18 +620,10 @@
|
|
|
highlight-current-row>
|
|
|
<el-table-column prop="orderNo" label="订单号" width="120"></el-table-column>
|
|
|
<el-table-column prop="attrType" label="业务员类型" width="120">
|
|
|
- <template #default="scope">
|
|
|
- {{ scope.row.attrType == '5' ? '团队' : scope.row.attrType == '6' ? '个代' : scope.row.attrType ==
|
|
|
- '7' ? '渠道' : scope.row.attrType == '8' ? '电销组' : '--' }}
|
|
|
- </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="mobile" label="业务员手机号" width="120"></el-table-column>
|
|
|
<el-table-column prop="name" label="业务员" width="120"></el-table-column>
|
|
|
<el-table-column prop="orderType" label="订单类型" width="120">
|
|
|
- <template #default="scope">
|
|
|
- {{ scope.row.orderType == '1' ? '车险录入' : scope.row.orderType == '2' ? '代客录单' : scope.row.orderType ==
|
|
|
- '3' ? '外部订单' : '--' }}
|
|
|
- </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="agreementName" label="出单协议" width="120"></el-table-column>
|
|
|
<el-table-column prop="companyName" label="保险公司" width="120"></el-table-column>
|