57d903bc by 焦小希

统一页面风格样式,联调接口

1 parent 2cbbd032
......@@ -41,6 +41,7 @@
}
.el-table{
margin-top: 20px;
border: 1px solid #cac8c8
}
.el-table th {
background:#F2F2F2 !important;
......@@ -51,7 +52,9 @@
.block{
float: right;
background: #fff;
margin-top: 10px;
position: fixed;
bottom: 0;
right: 0;
}
.el-table__row{
cursor: pointer;
......@@ -141,7 +144,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......@@ -208,7 +211,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......@@ -275,7 +278,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......@@ -342,7 +345,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......
......@@ -41,6 +41,7 @@
}
.el-table{
margin-top: 20px;
border: 1px solid #cac8c8
}
.el-table th {
background:#F2F2F2 !important;
......@@ -51,7 +52,9 @@
.block{
float: right;
background: #fff;
margin-top: 10px;
position: fixed;
bottom: 0;
right: 0;
}
.el-table__row{
cursor: pointer;
......@@ -142,7 +145,7 @@
</el-table-column>
<el-table-column
prop="jssj"
label="接时间"
label="接时间"
align="center"
width="200"
>
......@@ -210,7 +213,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......@@ -278,7 +281,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......@@ -346,7 +349,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......
......@@ -41,6 +41,7 @@
}
.el-table{
margin-top: 20px;
border: 1px solid #cac8c8
}
.el-table th {
background:#F2F2F2 !important;
......@@ -51,7 +52,9 @@
.block{
float: right;
background: #fff;
margin-top: 10px;
position: fixed;
bottom: 0;
right: 0;
}
.el-table__row{
cursor: pointer;
......@@ -141,7 +144,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......@@ -208,7 +211,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......@@ -275,7 +278,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......@@ -342,7 +345,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......
......@@ -49,12 +49,14 @@
.el-table tbody tr:hover>td {
background-color:#EEF9FF!important
}
.el-table{
border: 1px solid #cac8c8
}
.block{
float: right;
background: #fff;
margin-top: 10px;
position:absolute;
bottom:0;
position: fixed;
bottom: 0;
right: 0;
}
.el-table__row{
......@@ -148,7 +150,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......@@ -215,7 +217,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......@@ -282,7 +284,7 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
......@@ -349,12 +351,13 @@
</el-table-column>
<el-table-column
prop="jssi"
label="接时间"
label="接时间"
align="center"
width="200"
>
</el-table-column>
</el-table>
</div>
<!-- 分页区域-->
<div class="block">
<el-pagination
......@@ -367,7 +370,6 @@
:total="8">
</el-pagination>
</div>
</div>
</div>
<script src="./js/widget.js"></script>
</body>
......
......@@ -5,6 +5,11 @@ var self = new Vue({
search:'',
projectId:null,
userId:null,
flowid: 't1001_8a8610de737b99270173937337e00133',
userid: 't0101_8a8610de737b99270173941e5c50017e',
pageNum:1,
pageSize:2,
total:0,
params: {
rwListIndex: 0
},
......@@ -101,11 +106,27 @@ var self = new Vue({
]
}
},
mounted(){
// this.getData();
},
methods:{
handleSizeChange(){
},
handleCurrentChange(){},
getData() {
axios.get(CONF_NEWGHSC_SERVERURL + '/ghjg/backlog/'+this.pageNum+'/'+this.pageSize, {
params: {
flowid: this.flowid,
userId: this.userid,
keyword: this.search
}
}).then(res => {
this.total=res.data.data.total;
this.tabaledata = res.data.data.list;
}).catch();
},
clickData(row){
this.jumpdetailPage(row)
},
......
......@@ -23,11 +23,13 @@
}
.el-input{
margin-top:15px;
margin-left:-100px;
}
.el-button{
margin-top: 20px;
}
.el-table{
border: 1px solid #cac8c8
}
.el-table th {
background:#F2F2F2 !important;
}
......@@ -37,7 +39,9 @@
.block{
float: right;
background: #fff;
margin-top: 10px;
position: fixed;
bottom: 0;
right: 0;
}
.el-pagination__jump{
margin-top: -15px;
......@@ -90,7 +94,7 @@
<el-row :gutter="20">
<el-col :span="4">
<!-- <button class="btns">查询</button>-->
<button class="btns" @click="openHandleJumpUrl('t1001_8a8610de737b99270173937337e00133','1')">添加</button>
<button class="btns" @click="openHandleJumpUrl('t1001_8a8610d86117e3b401611848a8690000')">添加</button>
<button class="btns">删除</button>
</el-col>
<el-col :span="6">
......@@ -177,18 +181,19 @@
</el-table-column>
</el-table>
<!-- 分页区域-->
</div>
<div class="block">
<el-pagination
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="1"
:page-sizes="[2, 3, 5]"
:page-size="4"
:current-page="pageNum"
:page-sizes="[2, 5, 8]"
:page-size="pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="8">
:total="10">
</el-pagination>
</div>
</div>
</div>
<script src="./js/widget.js"></script>
</body>
......
......@@ -23,7 +23,6 @@
}
.el-input{
margin-top:15px;
margin-left:-100px;
}
.el-button{
margin-top: 20px;
......@@ -31,13 +30,18 @@
.el-table th {
background:#F2F2F2 !important;
}
.el-table{
border: 1px solid #cac8c8
}
.el-table tbody tr:hover>td {
background-color:#EEF9FF!important
}
.block{
float: right;
background: #fff;
margin-top: 10px;
position: fixed;
bottom: 0;
right: 0;
}
.el-pagination__jump{
margin-top: -15px;
......