|
|
@ -105,7 +105,7 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="销售专员" width="120" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.saesman }}</span> |
|
|
|
<span>{{ scope.row.salesman }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="所属经销商" width="180" align="center"> <!-- ? --> |
|
|
@ -265,25 +265,25 @@ export default { |
|
|
|
filingState_list: [ |
|
|
|
{ |
|
|
|
dictKey: '0', |
|
|
|
dictValue: '正常' |
|
|
|
dictValue: '未备案' |
|
|
|
}, |
|
|
|
{ |
|
|
|
dictKey: '1', |
|
|
|
dictValue: '禁用' |
|
|
|
dictValue: '已备案' |
|
|
|
}, |
|
|
|
{ |
|
|
|
dictKey: '2', |
|
|
|
dictValue: '备案中' |
|
|
|
} |
|
|
|
], |
|
|
|
riskState_list: [ |
|
|
|
{ |
|
|
|
dictKey: '0', |
|
|
|
dictValue: '未备案' |
|
|
|
dictValue: '正常' |
|
|
|
}, |
|
|
|
{ |
|
|
|
dictKey: '1', |
|
|
|
dictValue: '已备案' |
|
|
|
}, |
|
|
|
{ |
|
|
|
dictKey: '2', |
|
|
|
dictValue: '备案中' |
|
|
|
dictValue: '禁用' |
|
|
|
} |
|
|
|
], |
|
|
|
// 是否是担保人 |
|
|
|