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