提交 7e85fa78 authored 作者: 王天霸's avatar 王天霸

Merge branch '1.1.18' into test

...@@ -48,6 +48,15 @@ ...@@ -48,6 +48,15 @@
{{ goodsStatusFormatter(scope.row.goods_status) }} {{ goodsStatusFormatter(scope.row.goods_status) }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="dispatch_price" width="120" label="发货类型" align="center">
<template slot-scope="scope">
<div v-if="scope.row.sendTime==0">-</div>
<div v-else>
<span v-if="scope.row.type==1">快递</span>
<span v-if="scope.row.type==2">自行配送</span>
</div>
</template>
</el-table-column>
<el-table-column label="快递公司" prop="express_company_name" align="center"> <el-table-column label="快递公司" prop="express_company_name" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.express_company_name ? scope.row.express_company_name : '—' }} {{ scope.row.express_company_name ? scope.row.express_company_name : '—' }}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论