|
@ -64,7 +64,7 @@ |
|
|
<span>{{ scope.row.inboundDate }}</span> |
|
|
<span>{{ scope.row.inboundDate }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="入库价" align="center"> |
|
|
<el-table-column label="厂家结算价" align="center"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.inboundPrice }}</span> |
|
|
<span>{{ scope.row.inboundPrice }}</span> |
|
|
</template> |
|
|
</template> |
|
|