|
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
|
</el-select> |
|
|
|
|
</template> --> |
|
|
|
|
<template slot-scope="scope" slot="nameSearch"> |
|
|
|
|
<el-input v-model="form.name" placeholder="请输入来访人姓名"></el-input> |
|
|
|
|
<el-input v-model="form.name" placeholder="请输入购买人昵称"></el-input> |
|
|
|
|
</template> |
|
|
|
|
<template slot-scope="scope" slot="phonenumberSearch"> |
|
|
|
|
<el-input |
|
|
|
|
@ -45,7 +45,7 @@ |
|
|
|
|
<template slot-scope="{ row }" slot="menu"> |
|
|
|
|
<el-button type="text" icon="el-icon-view" size="small" @click="handleDetail(row)">查看详情</el-button> |
|
|
|
|
<!-- <el-button size="small" @click="handleDelete(row)">删除</el-button> --> |
|
|
|
|
<el-button type="text" icon="el-icon-s-promotion" :disabled='row.status == 1 || row.status == 3 || row.status == 4' size="small" @click="handleSend(row)">发货</el-button> |
|
|
|
|
<el-button type="text" icon="el-icon-s-promotion" :disabled='row.status != 2' size="small" @click="handleSend(row)">发货</el-button> |
|
|
|
|
</template> |
|
|
|
|
<!-- <template slot-scope="scope" slot="sleepingPosture"> |
|
|
|
|
<div v-show="scope.row.sleepingPosture == 1">仰睡</div> |
|
|
|
|
@ -54,7 +54,7 @@ |
|
|
|
|
<template slot-scope="scope" slot="status"> |
|
|
|
|
<div v-show="scope.row.status == 1">待付款</div> |
|
|
|
|
<div v-show="scope.row.status == 2">待发货</div> |
|
|
|
|
<div v-show="scope.row.status == 3">待收货</div> |
|
|
|
|
<div style="color:#1fb24d;" v-show="scope.row.status == 3">待收货</div> |
|
|
|
|
<div v-show="scope.row.status == 4">已完成</div> |
|
|
|
|
<div v-show="scope.row.status == 0">已取消</div> |
|
|
|
|
</template> |
|
|
|
|
@ -235,7 +235,7 @@ export default { |
|
|
|
|
delBtn: false, |
|
|
|
|
column: [ |
|
|
|
|
{ |
|
|
|
|
label: "姓名", |
|
|
|
|
label: "昵称", |
|
|
|
|
prop: "name", |
|
|
|
|
search: true, |
|
|
|
|
searchslot: true, |
|
|
|
|
@ -259,7 +259,7 @@ export default { |
|
|
|
|
// searchSpan: 4, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: "姓名", |
|
|
|
|
label: "昵称", |
|
|
|
|
prop: "buyerName", |
|
|
|
|
align: "center", |
|
|
|
|
overHidden:true, |
|
|
|
|
|