|
|
@ -42,22 +42,22 @@ |
|
|
|
<el-button size="mini" type="primary" :disabled="!row.isShow" @click="handleEdit(row)">编辑</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="jc" label="厂商名称" width="220" header-align="center" align="left"> |
|
|
|
<el-table-column prop="jc" label="供应商名称" width="220" header-align="center" align="left"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span class="bluezi" @click="handleCheck(scope.row)">{{ scope.row.manufacturerName }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="厂商分类" width="110" align="center"> |
|
|
|
<el-table-column label="供应商分类" width="110" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.supplierTypeValue }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="厂商通讯地址" width="" header-align="center" align="left"> |
|
|
|
<el-table-column label="供应商通讯地址" width="" header-align="center" align="left"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.manufacturerAddress }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="厂商办公电话" width="180" align="center"> |
|
|
|
<el-table-column label="供应商办公电话" width="180" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.manufacturerTelePhone }}</span> |
|
|
|
</template> |
|
|
|