|
@@ -9,9 +9,9 @@
|
|
|
<el-table v-loading="loading" :data="tableData" border style="width: 100%">
|
|
|
<el-table-column type="selection" />
|
|
|
|
|
|
- <el-table-column label="供应商编码" align="center" show-overflow-tooltip>
|
|
|
+ <el-table-column label="供应商ID" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{ scope.row.supplierCode }}</span>
|
|
|
+ <span>{{ scope.row.supplierId }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|