提交 42e0e96a 编写于 作者: shuang.zhou's avatar shuang.zhou

修复返现展示问题&物流切换

上级 9d015784
......@@ -516,8 +516,10 @@
if (res.data.data && res.data.data.length) {
this.expressData = res.data.data;
} else {
this.expressData[0].time = res.data.updateTime || "";
this.expressData = this.expressData;
this.expressData = [{
time: res.data.updateTime || '',
context: "待揽收1"
}];
}
}
});
......
......@@ -326,13 +326,13 @@
min-width="100"
align="center"
>
<template slot-scope="scope">
<!--<span>{{ scope.row.price }}</span>-->
<p v-if="scope.row.commissionAmount>0">
{{ scope.row.commissionAmount | toFixed2 }}
</p>
<p v-else>
-
<template slot-scope="scope">
<p
v-for="(item, index) in scope.row.goodsCommissionAmountList"
:key="index"
class="p-normal"
>
{{ item | toFixed2 }}
</p>
</template>
</el-table-column>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册