- 修复 TODO 字典值转换

This commit is contained in:
sin 2019-04-16 20:19:57 +08:00
parent 75d974997e
commit a765b2c233
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<van-tabs> <van-tabs>
<van-tab v-for="(item, index) in logistics" :key="index" :title="'包裹' + (index + 1)"> <van-tab v-for="(item, index) in logistics" :key="index" :title="'包裹' + (index + 1)">
<van-cell-group> <van-cell-group>
<van-cell title="快递方式" :value="item.logistics + 'TODO 字典值'"/> <van-cell title="快递方式" :value="item.logisticsText"/>
<van-cell title="快递单号" :value="item.logisticsNo"/> <van-cell title="快递单号" :value="item.logisticsNo"/>
</van-cell-group> </van-cell-group>
<van-steps direction="vertical" :active="0" active-color="#f60" style="margin-top: 15px;"> <van-steps direction="vertical" :active="0" active-color="#f60" style="margin-top: 15px;">