|
@@ -23,7 +23,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column label="供应商名称" align="center" show-overflow-tooltip>
|
|
|
+ <el-table-column label="通道名称" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope" @click="hookLook(scope.row)">
|
|
|
<span @click="hookLook(scope.row)">{{ scope.row.channelName }}</span>
|
|
|
</template>
|
|
@@ -50,7 +50,7 @@
|
|
|
|
|
|
<el-table-column label="供应商编码" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{ scope.row.supplierCode }}</span>
|
|
|
+ <span>{{ scope.row.supplierId }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|