111
This commit is contained in:
parent
c252e08d6a
commit
a2702807c4
src/views
|
@ -149,7 +149,7 @@
|
|||
</el-table-column>
|
||||
<el-table-column prop="idCardNumber" label="身份证" min-width="160" align="center">
|
||||
</el-table-column>
|
||||
<el-table-column prop="orderNum" label="订单数" align="center">
|
||||
<el-table-column prop="settleNum" label="订单数" align="center">
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column prop="orderAmount" label=" 订单总金额" align="center">
|
||||
|
|
|
@ -162,7 +162,7 @@ export default {
|
|||
this.statisticData[1].num = res.refundingOrderNum; //退款中订单
|
||||
this.statisticData[2].num = res.auditTotalNum; //待核销订单
|
||||
this.statisticData[3].num = res.yesterdayRateOfReturn; //库存预警
|
||||
this.statisticData[4].num = res.onSaleProductNum; //上架商品
|
||||
this.statisticData[4].num = res.tomorrowExpire; //上架商品
|
||||
this.statisticData[5].num = res.notSaleProductNum; //仓库商品
|
||||
this.statisticData[6].num = res.notAuditNum; //提现待审核
|
||||
this.statisticData[7].num = res.totalRechargeAmount; //账户充值
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<!--小方块-->
|
||||
<grid-menu class="mb20" />
|
||||
<!-- 用户概览 -->
|
||||
<user-overview></user-overview>
|
||||
<!-- <user-overview></user-overview> -->
|
||||
<!--订单统计-->
|
||||
<visit-chart ref="visitChart" />
|
||||
<!--用户-->
|
||||
|
|
|
@ -102,6 +102,12 @@
|
|||
<el-button slot="append" icon="el-icon-search" size="small" @click="seachList" />
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="身份证号:">
|
||||
<el-input v-model="tableFrom.idCardNum" placeholder="请输入用户身份证号" class="selWidth"
|
||||
size="small" clearable>
|
||||
<el-button slot="append" icon="el-icon-search" size="small" @click="seachList" />
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</div>
|
||||
<el-form-item class="width100">
|
||||
<el-button size="small" @click="exports"
|
||||
|
@ -247,6 +253,8 @@
|
|||
<div v-if="scope.row.statusStr.value === '待审核'">当前状态:<span style="color: green;">{{
|
||||
scope.row.statusStr.value }}</span></div>
|
||||
<div v-if="scope.row.statusStr.value === '审核失败'">当前状态:<span style="color: red;">{{
|
||||
scope.row.statusStr.value }}</span></div>
|
||||
<div v-if="scope.row.statusStr.value === '已驳回'">当前状态:<span style="color: red;">{{
|
||||
scope.row.statusStr.value }}</span></div>
|
||||
<div v-else>当前状态:<span>{{ scope.row.statusStr.value }}</span></div>
|
||||
<div>渠道名称: <span>{{ scope.row.channel }}</span></div>
|
||||
|
@ -263,7 +271,8 @@
|
|||
|
||||
<div class="info" style="width: 150px;">
|
||||
|
||||
<div class="li" style="width: 100%;">姓名: <span v-text="scope.row.realName"></span></div>
|
||||
<div class="li" style="width: 100%;">姓名: <span v-text="scope.row.realName2"></span>
|
||||
</div>
|
||||
<div class="li" style="margin-right: 10px;">性别: <span>{{ scope.row.sex }}</span></div>
|
||||
<div class="li">年龄: <span>{{ scope.row.age }}</span></div>
|
||||
<div class="li" v-if="scope.row.systemLoginLog">浏览器: <span>{{
|
||||
|
@ -1979,6 +1988,7 @@ export default {
|
|||
limit: 20,
|
||||
type: 3,
|
||||
userName: '',
|
||||
idCardNum:"",
|
||||
},
|
||||
remarkFrom: {
|
||||
page: 1,
|
||||
|
|
|
@ -71,6 +71,11 @@
|
|||
<el-button slot="append" icon="el-icon-search" size="small" @click="seachList" />
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="身份证号:">
|
||||
<el-input v-model="tableFrom.idCardNum" placeholder="请输入用户身份证号" class="selWidth" size="small" clearable>
|
||||
<el-button slot="append" icon="el-icon-search" size="small" @click="seachList" />
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</div>
|
||||
|
||||
<el-form-item class="width100">
|
||||
|
@ -212,6 +217,8 @@
|
|||
<div v-if="scope.row.statusStr.value === '审核失败'">当前状态:<span style="color: red;">{{
|
||||
scope.row.statusStr.value
|
||||
}}</span></div>
|
||||
<div v-if="scope.row.statusStr.value === '已驳回'">当前状态:<span style="color: red;">{{
|
||||
scope.row.statusStr.value }}</span></div>
|
||||
<div v-else>当前状态:<span>{{ scope.row.statusStr.value }}</span></div>
|
||||
<div>渠道名称: <span>{{ scope.row.channel }}</span></div>
|
||||
<div>审核人员:{{ scope.row.auditor }}</div>
|
||||
|
@ -227,7 +234,7 @@
|
|||
|
||||
<div class="info" style="width: 150px;">
|
||||
|
||||
<div class="li" style="width: 100%;">姓名: <span v-text="scope.row.realName"></span></div>
|
||||
<div class="li" style="width: 100%;">姓名: <span v-text="scope.row.realName2"></span></div>
|
||||
<div class="li" style="margin-right: 10px;">性别: <span>{{ scope.row.sex }}</span></div>
|
||||
<div class="li">年龄: <span>{{ scope.row.age }}</span></div>
|
||||
<div class="li" style="width: 100%;" v-if="scope.row.faceAttestation == true">是否实名: <span>已实名</span>
|
||||
|
@ -1527,7 +1534,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tit" style="margin-top: 20px;" v-if="userinfo.zhinfo.panoramicArchives.resultDetail.totaldebtDetail.length>0">
|
||||
<div class="tit" style="margin-top: 20px;"
|
||||
v-if="userinfo.zhinfo.panoramicArchives.resultDetail.totaldebtDetail.length > 0">
|
||||
<img
|
||||
src="https://api.yruibao.com/crmebimage/public/content/2024/03/09/3c81d536012d4b559a9ffc668d60d5f9szinmgsqhp.png"
|
||||
alt="">
|
||||
|
@ -1901,6 +1909,7 @@ export default {
|
|||
limit: 20,
|
||||
type: 3,
|
||||
userName: '',
|
||||
idCardNum: "",
|
||||
},
|
||||
remarkFrom: {
|
||||
page: 1,
|
||||
|
|
Loading…
Reference in New Issue
Block a user