|
@@ -88,7 +88,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="contractNo" label="合同编号" width="130"></el-table-column>
|
|
|
- <el-table-column prop="buyer" label="买方" ></el-table-column>
|
|
|
+ <el-table-column prop="buyer" label="买方" width="150"></el-table-column>
|
|
|
<el-table-column prop="goodsSource" label="货源" width="130">
|
|
|
<template scope="scope">
|
|
|
<span style='color:#66b1ff;' @click='lookcustomer(scope.row)'>{{scope.row.goodsSource}}</span>
|