需求验收bug修改

This commit is contained in:
zhaoxiao
2021-10-08 17:39:35 +08:00
parent 263af748a1
commit 938f822454
7 changed files with 292 additions and 185 deletions
+2 -2
View File
@@ -125,8 +125,8 @@
:dataSource="logisticsInfoList"
class="j-table-force-nowrap"
>
<span slot="action" class="action-span-cell">
<a @click="lookLogistics()">查看物流</a>
<span slot="action" class="action-span-cell" slot-scope="record">
<a @click="lookLogistics()" v-if="record.postStatus === 1">查看物流</a>
</span>
<!-- <p slot="expandedRowRender" slot-scope="record" style="margin: 0">-->
<!-- {{ record.sendDate }}-->