|
@@ -103,8 +103,8 @@
|
103
|
103
|
</el-table-column>
|
104
|
104
|
<el-table-column label="关联采购单号" align="center" width="150">
|
105
|
105
|
<template slot-scope="scope">
|
106
|
|
- <tr v-for="(item,index) in scope.row.orderOut" :key="index">
|
107
|
|
- <td>{{item.good_number}}</td>
|
|
106
|
+ <tr style="background: none;" v-for="(item,index) in scope.row.orderOut" :key="index">
|
|
107
|
+ <td style="border-right: none;">{{item.good_number}}</td>
|
108
|
108
|
</tr>
|
109
|
109
|
</template>
|
110
|
110
|
</el-table-column>
|