|
@@ -333,6 +333,11 @@
|
|
|
<span>{{ row.name }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="归属单位" align="center" width="100">
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ <span>{{ row.belongTo=='DY'?'大友':'泰济诚' }}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="客户经理" align="center" width="100">
|
|
|
<template slot-scope="{row}">
|
|
|
<span>{{ row.clientManager }}</span>
|