|
@ -107,7 +107,7 @@ |
|
|
<span>{{ scope.row.location }}</span> |
|
|
<span>{{ scope.row.location }}</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.guidedPrice }}</span> |
|
|
<span>{{ scope.row.guidedPrice }}</span> |
|
|
</template> |
|
|
</template> |
|
|