From e53fcbe9fe844b7788b29c5106c1ac24d17c5535 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Sat, 08 May 2021 22:40:19 +0800 Subject: [PATCH] Merge branch 'score_shop' into api_score_meger --- zq-erp/src/main/resources/templates/views/admin/activity/activity-sign-writeoff.html | 33 +++++++++++++++++---------------- 1 files changed, 17 insertions(+), 16 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/activity/activity-sign-writeoff.html b/zq-erp/src/main/resources/templates/views/admin/activity/activity-sign-writeoff.html index 3c585e0..6b8aec3 100644 --- a/zq-erp/src/main/resources/templates/views/admin/activity/activity-sign-writeoff.html +++ b/zq-erp/src/main/resources/templates/views/admin/activity/activity-sign-writeoff.html @@ -60,21 +60,9 @@ stripe:true @sort-change="sortChange"> <el-table-column - prop="writeoffTime" - label="核销时间" + prop="receiveName" + label="中奖者" show-overflow-tooltip> - </el-table-column> - <el-table-column - prop="writeoffUser" - label="核销员" - show-overflow-tooltip> - </el-table-column> - <el-table-column - label="兑奖码" - show-overflow-tooltip> - <template slot-scope="scope"> - <span v-if="scope.row.state == 3">{{scope.row.writeoffCode}}</span> - </template> </el-table-column> <el-table-column prop="actName" @@ -97,6 +85,7 @@ <span v-if="scope.row.state == 1">待兑换</span> <span v-if="scope.row.state == 2">待发货</span> <span v-if="scope.row.state == 3">已兑换</span> + <span v-if="scope.row.state == 4">已失效</span> </template> </el-table-column> <el-table-column @@ -108,11 +97,23 @@ </template> </el-table-column> <el-table-column - prop="receiveName" - label="中奖者" + prop="writeoffTime" + label="核销时间" show-overflow-tooltip> </el-table-column> <el-table-column + prop="writeoffUser" + label="核销员" + show-overflow-tooltip> + </el-table-column> + <el-table-column + label="兑奖码" + show-overflow-tooltip> + <template slot-scope="scope"> + <span v-if="scope.row.state == 3">{{scope.row.writeoffCode}}</span> + </template> + </el-table-column> + <el-table-column prop="receiveAddress" label="收货地址" show-overflow-tooltip> -- Gitblit v1.9.1