|
|
@@ -47,13 +47,13 @@
|
|
|
@blur="loadData(true)"
|
|
|
class="wd150 mr10">
|
|
|
</el-input>
|
|
|
- <el-input
|
|
|
- v-model="state.formQuery.userName"
|
|
|
- placeholder="用户名称"
|
|
|
- clearable
|
|
|
- @blur="loadData(true)"
|
|
|
- class="wd150 mr10">
|
|
|
- </el-input>
|
|
|
+<!-- <el-input-->
|
|
|
+<!-- v-model="state.formQuery.userName"-->
|
|
|
+<!-- placeholder="用户名称"-->
|
|
|
+<!-- clearable-->
|
|
|
+<!-- @blur="loadData(true)"-->
|
|
|
+<!-- class="wd150 mr10">-->
|
|
|
+<!-- </el-input>-->
|
|
|
<el-input
|
|
|
v-model="state.formQuery.mobilePhone"
|
|
|
placeholder="手机号"
|
|
|
@@ -70,14 +70,14 @@
|
|
|
class="wd150 mr10">
|
|
|
</ext-d-select>
|
|
|
|
|
|
- <ext-d-select
|
|
|
- placeholder="用户状态"
|
|
|
- v-model="state.formQuery.status"
|
|
|
- type="User.status"
|
|
|
- clearable
|
|
|
- @blur="loadData(true)"
|
|
|
- class="wd150 mr10">
|
|
|
- </ext-d-select>
|
|
|
+<!-- <ext-d-select-->
|
|
|
+<!-- placeholder="用户状态"-->
|
|
|
+<!-- v-model="state.formQuery.status"-->
|
|
|
+<!-- type="User.status"-->
|
|
|
+<!-- clearable-->
|
|
|
+<!-- @blur="loadData(true)"-->
|
|
|
+<!-- class="wd150 mr10">-->
|
|
|
+<!-- </ext-d-select>-->
|
|
|
|
|
|
|
|
|
<ext-d-select
|
|
|
@@ -135,7 +135,7 @@
|
|
|
<ext-d-label type="User.status" v-model="row[field.prop]"></ext-d-label>
|
|
|
</template>
|
|
|
<template v-else-if="field.prop==='usageStatus'">
|
|
|
- <ext-d-label type="UserCoupon.usageStatus" v-model="row[field.prop]"></ext-d-label>
|
|
|
+ <ext-d-label type="UserCoupon.usage" v-model="row[field.prop]"></ext-d-label>
|
|
|
</template>
|
|
|
<template v-else-if="field.prop==='allowStacke'">
|
|
|
<ext-d-label type="Activity.allowStacke" v-model="row[field.prop]"></ext-d-label>
|
|
|
@@ -193,10 +193,10 @@ const state = reactive({
|
|
|
},
|
|
|
{label: '活动时间', prop: 'period', resizable: true, width: 350},
|
|
|
{label: '优惠券名称', prop: 'couponName', align: 'center', width: 230},
|
|
|
- {label: '用户名', prop: 'userName', resizable: true, width: 130},
|
|
|
+ {label: '用户ID', prop: 'userId', resizable: true, width: 130},
|
|
|
{label: '手机号', prop: 'mobilePhone', resizable: true, width: 130},
|
|
|
- {label: '有效期', prop: 'validity', resizable: true, width: 130},
|
|
|
- {label: '用户状态', prop: 'status', resizable: true, width: 130},
|
|
|
+ {label: '有效期(天)', prop: 'validity', resizable: true, width: 130},
|
|
|
+ {label: '优惠券状态', prop: 'status', resizable: true, width: 130},
|
|
|
{label: '使用状态', prop: 'usageStatus', resizable: true, width: 130},
|
|
|
{label: '优惠允许叠加', prop: 'allowStacke', resizable: true, width: 130},
|
|
|
{label: '创建时间', prop: 'createTime', resizable: true, width: 180},
|