2023-3-4
完善订单列表
This commit is contained in:
@@ -4,6 +4,6 @@ const prodEnv = require('./prod.env')
|
|||||||
|
|
||||||
module.exports = merge(prodEnv, {
|
module.exports = merge(prodEnv, {
|
||||||
NODE_ENV: '"development"',
|
NODE_ENV: '"development"',
|
||||||
// BASE_API: '"http://mall.yyundong.com/adminapi"',
|
BASE_API: '"http://mall.yyundong.com/adminapi"',
|
||||||
BASE_API: '"http://127.0.0.1:8085"'
|
// BASE_API: '"http://127.0.0.1:8085"'
|
||||||
})
|
})
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -131,7 +131,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
//操作栏样式
|
//操作栏样式
|
||||||
.operate-container {
|
.operate-container {
|
||||||
margin-top: 20px;
|
// margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.operate-container .btn-add {
|
.operate-container .btn-add {
|
||||||
|
|||||||
@@ -6,20 +6,20 @@
|
|||||||
</el-card>
|
</el-card>
|
||||||
<div class="table-container">
|
<div class="table-container">
|
||||||
<el-table ref="deliverOrderTable"
|
<el-table ref="deliverOrderTable"
|
||||||
style="width: 100%;"
|
style="margin-left: 20px;width: 95%;"
|
||||||
:data="list" border>
|
:data="list" border>
|
||||||
<el-table-column label="订单编号" width="180" align="center">
|
<el-table-column label="订单编号" width="200" align="center">
|
||||||
<template slot-scope="scope">{{scope.row.orderSn}}</template>
|
<template slot-scope="scope">{{scope.row.orderSn}}</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="收货人" width="180" align="center">
|
<el-table-column label="收货人" width="120" align="center">
|
||||||
<template slot-scope="scope">{{scope.row.receiverName}}</template>
|
<template slot-scope="scope">{{scope.row.receiverName}}</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="手机号码" width="160" align="center">
|
<el-table-column label="手机号码" width="160" align="center">
|
||||||
<template slot-scope="scope">{{scope.row.receiverPhone}}</template>
|
<template slot-scope="scope">{{scope.row.receiverPhone}}</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="邮政编码" width="160" align="center">
|
<!-- <el-table-column label="邮政编码" width="160" align="center">
|
||||||
<template slot-scope="scope">{{scope.row.receiverPostCode}}</template>
|
<template slot-scope="scope">{{scope.row.receiverPostCode}}</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
<el-table-column label="收货地址" align="center">
|
<el-table-column label="收货地址" align="center">
|
||||||
<template slot-scope="scope">{{scope.row.address}}</template>
|
<template slot-scope="scope">{{scope.row.address}}</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="物流单号" width="180" align="center">
|
<el-table-column label="物流单号" width="200" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input size="small" v-model="scope.row.deliverySn"></el-input>
|
<el-input size="small" v-model="scope.row.deliverySn"></el-input>
|
||||||
</template>
|
</template>
|
||||||
@@ -62,6 +62,7 @@
|
|||||||
},
|
},
|
||||||
created(){
|
created(){
|
||||||
this.list= this.$route.query.list;
|
this.list= this.$route.query.list;
|
||||||
|
console.log("list", this.list)
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
cancel(){
|
cancel(){
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user