Commit 8f08379a authored by 严宝瑞's avatar 严宝瑞

修改物流公司展示

parent 65f7df21
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="Logistics Company" label="Logistics Company"
prop="logistics_info.logistic.name" prop="logistics_info.express_code"
/> />
<el-table-column <el-table-column
label="Logistics tracing No" label="Logistics tracing No"
...@@ -108,7 +108,6 @@ export default { ...@@ -108,7 +108,6 @@ export default {
url: `api/search/${this.no}` url: `api/search/${this.no}`
}) })
.then(res => { .then(res => {
console.log(res);
if (res && res.data && res.data.data) { if (res && res.data && res.data.data) {
this.$message({ this.$message({
showClose: true, showClose: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment