11.15
This commit is contained in:
parent
83b1ce776d
commit
d9711844e8
@ -35,7 +35,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
||||||
<div style="height: 76vh;overflow: auto">
|
<div style="height: 77vh;overflow: auto">
|
||||||
<el-table :data="tableData" style="width: 100%" border>
|
<el-table :data="tableData" style="width: 100%" border>
|
||||||
<el-table-column type="index" align="center" label="序号"></el-table-column>
|
<el-table-column type="index" align="center" label="序号"></el-table-column>
|
||||||
<el-table-column prop="pageName" align="center" label="页面/功能名称"></el-table-column>
|
<el-table-column prop="pageName" align="center" label="页面/功能名称"></el-table-column>
|
||||||
@ -239,5 +239,8 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.app-container{
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app-container" style="padding: 10px">
|
<div class="app-container" style="padding: 10px;padding-bottom: 0px">
|
||||||
<div class="card-change">
|
<div class="card-change">
|
||||||
<div>
|
<div>
|
||||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="40px">
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="40px">
|
||||||
@ -80,7 +80,7 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="height: 76vh;overflow: auto;width: 100%;scrollbar-width: none">
|
<div style="height: 77vh;overflow: auto;width: 100%;scrollbar-width: none">
|
||||||
<el-table :data="tableData" style="width: 100%" border>
|
<el-table :data="tableData" style="width: 100%" border>
|
||||||
<el-table-column type="index" label="序号"></el-table-column>
|
<el-table-column type="index" label="序号"></el-table-column>
|
||||||
<el-table-column prop="createAccount" label="登录账号"></el-table-column>
|
<el-table-column prop="createAccount" label="登录账号"></el-table-column>
|
||||||
|
@ -901,6 +901,7 @@ export default {
|
|||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
this.queryParams.storeId = '';
|
this.queryParams.storeId = '';
|
||||||
this.queryParams.official = "";
|
this.queryParams.official = "";
|
||||||
|
this.queryParams.userStatus = "";
|
||||||
this.ifBalance = ""
|
this.ifBalance = ""
|
||||||
this.storeIds = [];
|
this.storeIds = [];
|
||||||
this.beginTime = ""
|
this.beginTime = ""
|
||||||
|
@ -25,10 +25,10 @@
|
|||||||
<div style="margin-left: 30%;width: 57%">
|
<div style="margin-left: 30%;width: 57%">
|
||||||
<!-- 券名称 -->
|
<!-- 券名称 -->
|
||||||
<div class="box-hei">{{item.exchangeName}} </div>
|
<div class="box-hei">{{item.exchangeName}} </div>
|
||||||
<div class="box-hui"><span>领取人:</span> <span>{{item.mobile || '匿名'}}</span> </div>
|
<div class="box-hui"><span class="bt_">领取人:</span> <span class="nr_">{{item.mobile || '匿名'}}</span> </div>
|
||||||
<div class="box-hui"><span>核销码:</span> <span>{{item.ticketCode}}</span> </div>
|
<div class="box-hui"><span class="bt_">核销码:</span> <span class="nr_">{{item.ticketCode}}</span> </div>
|
||||||
<div class="box-hui"><span>兑换内容:</span> <span>{{item.exchangeContent}}</span> </div>
|
<div class="box-hui"><span class="bt_">兑换内容:</span> <span class="nr_">{{item.exchangeContent}}</span> </div>
|
||||||
<div class="box-hui"><span>有效期:</span> <span>{{item.exchangeFrom}}</span> </div>
|
<div class="box-hui"><span class="bt_">有效期:</span> <span class="nr_">{{item.exchangeFrom}}</span> </div>
|
||||||
</div>
|
</div>
|
||||||
<div class="hx_">
|
<div class="hx_">
|
||||||
立即核销
|
立即核销
|
||||||
@ -192,16 +192,17 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.w_box{
|
.w_box{
|
||||||
width: 98%;
|
width: 99%;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
min-height: 92vh;
|
height: 94vh;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
.w_boxs{
|
.w_boxs{
|
||||||
width: 98%;
|
width: 99%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
@ -212,7 +213,6 @@ export default {
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-bottom: 15px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -258,4 +258,13 @@ export default {
|
|||||||
width: 14px;
|
width: 14px;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
.bt_{
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
.nr_{
|
||||||
|
width: 60%;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -594,7 +594,7 @@
|
|||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
<!-- 批量挂账归还-->
|
<!-- 批量挂账归还-->
|
||||||
<el-dialog :close-on-click-modal="false" title="批量挂账归还" :visible.sync="open3" append-to-body>
|
<el-dialog width="60%" :close-on-click-modal="false" title="批量挂账归还" :visible.sync="open3" append-to-body>
|
||||||
<div>
|
<div>
|
||||||
<el-table
|
<el-table
|
||||||
ref="multipleTable"
|
ref="multipleTable"
|
||||||
@ -615,7 +615,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
prop="repaidAmount"
|
prop="repaidAmount"
|
||||||
label="归还金额"
|
label="归还金额"
|
||||||
width="120">
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input-number size="mini" style="width: 100px"
|
<el-input-number size="mini" style="width: 100px"
|
||||||
v-model="scope.row.repaidAmount"
|
v-model="scope.row.repaidAmount"
|
||||||
|
@ -2282,7 +2282,7 @@ input {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 20px;
|
padding: 10px;
|
||||||
|
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2567,6 +2567,7 @@ input {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-kuang {
|
.tab-kuang {
|
||||||
|
@ -180,8 +180,9 @@ export default {
|
|||||||
}
|
}
|
||||||
.table-box {
|
.table-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 66vh;
|
height: 69vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
scrollbar-width: none;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user