Commit a15d2638 authored by zhengke's avatar zhengke

修改

parent 1faa2352
......@@ -62,7 +62,7 @@
<el-table-column prop="CarrierMetroList" label="地铁信息" width="200">
<template slot-scope="scope">
<div v-for="(item,index) in scope.row.CarrierMetroList" :key="index" class="CarrierList">
<span>{{item.MetroNum}}</span><span>{{item.MetroName}}</span><span>{{item.Distance}}</span>
<span>{{item.MetroNum}}号线</span><span>{{item.MetroName}}</span><span>{{item.Distance}}</span>
</div>
</template>
</el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment