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