|
@ -74,7 +74,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> |
|
|