|
@@ -132,7 +132,7 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="left" label="经销商编码" sortable prop="customerNumber" min-width="100" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="left" label="经销商编码" sortable prop="customerNumber" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.customerNumber" />
|
|
<CopyButton :copyText="scope.row.customerNumber" />
|
|
<span>{{scope.row.customerNumber}}</span>
|
|
<span>{{scope.row.customerNumber}}</span>
|