加钟项目列表

This commit is contained in:
曹磊 2024-09-03 19:53:47 +08:00
parent baf267e1ba
commit 91e59e06c2
1 changed files with 10 additions and 4 deletions

View File

@ -1786,7 +1786,7 @@
</div>
</el-dialog>
<!-- 项目列表弹框 -->
<el-dialog title="加钟项目列表" :visible.sync="Listframe" width="80%">
<el-dialog title="加钟项目列表" :visible.sync="Listframe" width="80%" center>
<div style="position: relative; display: inline-block">
<span>项目名称</span>
<el-input
@ -1815,7 +1815,7 @@
</el-button>
<el-table :data="clockData.list" style="width: 100%">
<el-table-column prop="title" label="项目名称" width="180">
<el-table-column prop="title" label="项目名称" width="480">
</el-table-column>
<el-table-column prop="massageImg" label="图片">
<template slot-scope="scope">
@ -1848,9 +1848,10 @@
<el-pagination
@size-change="handleSizeChangeJiazhong"
@current-change="handleCurrentChangeJiazhong"
:page-sizes="[10, 20, 30, 40]"
:page-size="childLimit"
:current-page="childPage"
layout="total, prev, pager, next,jumper"
layout="total, sizes, prev, pager, next,jumper"
:total="clockData.totalCount"
>
</el-pagination>
@ -1937,7 +1938,7 @@ export default {
page3: 1,
limit3: 10,
state: "",
childLimit: 5,
childLimit: 10,
childPage: 1,
limit: 10,
classify: 6,
@ -4598,6 +4599,11 @@ export default {
width: 80% !important;
}
.el-dialog--center {
text-align: center;
margin-top: 1vh !important;
}
.el-tooltip__popper {
width: 200px;
padding: 10px;