提交 7d2377c1 编写于 作者: shuang.zhou's avatar shuang.zhou

Merge branch 'feature/shuang' into 'develop-3.18.0'

Feature/shuang

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