This commit is contained in:
DESKTOP-369JRHT\12997 2024-10-09 16:13:41 +08:00
parent 484af8e842
commit ec52b4c8ca
3 changed files with 34 additions and 13 deletions

View File

@ -6,7 +6,7 @@
{{ item.name }}
</div>
</div>
<div class="w_box" v-if="tabindex == 1" >
<div class="w_boxs" v-if="tabindex == 1" >
<writeList></writeList>
</div>
<div class="w_box" v-if="tabindex == 0" >
@ -17,7 +17,7 @@
</div>
<div >
<el-button type="primary" @click="getList">搜索 / 核销</el-button>
</div>+
</div>
</div>
<div class="wrap-box">
@ -30,7 +30,7 @@
</div>
<div class="hx_">
立即核销
</div>->
</div>
</div>
</div>
<el-empty :image-size="300" v-if="total == 0"></el-empty>
@ -220,6 +220,12 @@ export default {
min-height: 92vh;
margin: 10px auto;
}
.w_boxs{
width: 98%;
box-sizing: border-box;
margin: 10px auto;
}
.tab-box {
width: 100%;
height: 40px;

View File

@ -203,6 +203,8 @@
</el-table-column>
</el-table>
</div>
<div class="pagination-box">
<pagination
:total="total3"
@ -213,8 +215,6 @@
</div>
</div>
</div>
@ -1579,7 +1579,7 @@ import {getLodop} from "@/api/LodopFuncs";
}
.table-box{
width: 100%;
height: 75vh;
height: 70vh;
overflow: auto;
}
.pagination-box{

View File

@ -1,6 +1,7 @@
<template>
<div>
<div class="top_new">
<el-form :model="queryParams" ref="queryForm" size="small" style="width: 100%" :inline="true" >
@ -120,5 +121,19 @@ export default {
border-radius: 8px;
box-sizing: border-box;
height: 64px;
margin-bottom: 5px;
box-sizing: border-box;
padding: 15px;
border-radius: 8px;
}
.table-box {
width: 100%;
height: 66vh;
overflow: auto;
background: #FFF;
box-sizing: border-box;
padding: 15px;
border-radius: 8px;
min-height: 85vh;
}
</style>