BUG 28484
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
<el-input
|
<el-input
|
||||||
v-model="searchObj.name"
|
v-model="searchObj.name"
|
||||||
size="small"
|
size="small"
|
||||||
placeholder="订单号/商品名/兑换家庭"
|
placeholder="订单号/商品名"
|
||||||
@change="page.current = 1, searchObj.name = '', getList()"
|
@change="page.current = 1, searchObj.name = '', getList()"
|
||||||
clearable
|
clearable
|
||||||
suffix-icon="iconfont iconSearch"
|
suffix-icon="iconfont iconSearch"
|
||||||
@@ -280,12 +280,6 @@
|
|||||||
align: "center",
|
align: "center",
|
||||||
label: "消耗积分",
|
label: "消耗积分",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
prop: "portalUserPhone",
|
|
||||||
align: "center",
|
|
||||||
label: "兑换家庭",
|
|
||||||
slot: "portalUserPhone",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
prop: "createUserName",
|
prop: "createUserName",
|
||||||
align: "center",
|
align: "center",
|
||||||
@@ -400,7 +394,6 @@
|
|||||||
this.$emit("showDetail", {isAdd: true});
|
this.$emit("showDetail", {isAdd: true});
|
||||||
},
|
},
|
||||||
goDetail(row) {
|
goDetail(row) {
|
||||||
console.log(row);
|
|
||||||
this.$emit("showDetail", {isAdd: false, ...row});
|
this.$emit("showDetail", {isAdd: false, ...row});
|
||||||
},
|
},
|
||||||
finishOrder(row) {
|
finishOrder(row) {
|
||||||
|
|||||||
Reference in New Issue
Block a user