|
|
@ -45,6 +45,11 @@ |
|
|
|
<el-table :key="tableKey" v-loading="listLoading" :data="list" border fit highlight-current-row style="width: 100%;" @selection-change="handleSelectionChange"> |
|
|
|
<el-table-column fixed type="selection" align="center" width="50"/> |
|
|
|
<el-table-column fixed label="序号" type="index" width="80" :index="indexMethod" align="center"/> |
|
|
|
<el-table-column label="客户编码" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.customerNo }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="分公司" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.createOrgName }}</span> |
|
|
|