|
@@ -22,7 +22,7 @@
|
|
|
tooltip-effect="dark"
|
|
|
size="small"
|
|
|
style="width: 100%; font-size: 16px; background: '#FaFaFa'"
|
|
|
- height="243px"
|
|
|
+ height="442px"
|
|
|
>
|
|
|
<el-table-column prop="woTitle" label="工单标题" align="center">
|
|
|
<template slot-scope="scope">
|
|
@@ -97,7 +97,7 @@
|
|
|
@current-change="currchangeDdaiban"
|
|
|
layout="total,prev, pager, next"
|
|
|
background
|
|
|
- page-size="5"
|
|
|
+ page-size="10"
|
|
|
:total="totalDaiban"
|
|
|
v-if="tabbox1"
|
|
|
>
|
|
@@ -115,7 +115,7 @@
|
|
|
tooltip-effect="dark"
|
|
|
size="small"
|
|
|
style="width: 100%; font-size: 16px; background: '#FaFaFa'"
|
|
|
- height="243px"
|
|
|
+ height="442px"
|
|
|
>
|
|
|
<el-table-column prop="woTitle" label="工单标题" align="center">
|
|
|
<template slot-scope="scope">
|
|
@@ -163,7 +163,7 @@
|
|
|
layout="total,prev, pager, next"
|
|
|
background
|
|
|
:total="totalDone"
|
|
|
- page-size="5"
|
|
|
+ page-size="10"
|
|
|
>
|
|
|
</el-pagination>
|
|
|
</div>
|
|
@@ -179,7 +179,7 @@
|
|
|
tooltip-effect="dark"
|
|
|
size="small"
|
|
|
style="width: 100%; font-size: 16px; background: '#FaFaFa'"
|
|
|
- height="243px"
|
|
|
+ height="442px"
|
|
|
>
|
|
|
<el-table-column prop="woTitle" label="工单标题" align="center">
|
|
|
<template slot-scope="scope">
|
|
@@ -217,7 +217,7 @@
|
|
|
background
|
|
|
:total="totalOp"
|
|
|
v-if="tabbox3"
|
|
|
- page-size="5"
|
|
|
+ page-size="10"
|
|
|
>
|
|
|
</el-pagination>
|
|
|
</div>
|
|
@@ -505,9 +505,9 @@ export default {
|
|
|
method: "post",
|
|
|
headers: {
|
|
|
"Content-Type": "application/json",
|
|
|
- page: '{"pageNo":"' + n + '","pageSize":"5"}',
|
|
|
+ page: '{"pageNo":"' + n + '","pageSize":"10"}',
|
|
|
},
|
|
|
- data:'{"pageNo":"' + n + '","pageSize":"5"}',
|
|
|
+ data:'{"pageNo":"' + n + '","pageSize":"10"}',
|
|
|
}).then((res) => {
|
|
|
this.niticList = res.data.data;
|
|
|
this.totalDaiban = res.data.totalRecord;
|
|
@@ -523,9 +523,9 @@ export default {
|
|
|
method: "post",
|
|
|
headers: {
|
|
|
"Content-Type": "application/json",
|
|
|
- page: '{"pageNo":"' + n + '","pageSize":"5"}',
|
|
|
+ page: '{"pageNo":"' + n + '","pageSize":"10"}',
|
|
|
},
|
|
|
- data:'{"pageNo":"' + n + '","pageSize":"5"}',
|
|
|
+ data:'{"pageNo":"' + n + '","pageSize":"10"}',
|
|
|
}).then((res) => {
|
|
|
this.tableDatayj = res.data.data;
|
|
|
this.totalDone = res.data.totalRecord;
|
|
@@ -554,9 +554,9 @@ export default {
|
|
|
method: "post",
|
|
|
headers: {
|
|
|
"Content-Type": "application/json",
|
|
|
- page: '{"pageNo":"' + n + '","pageSize":"5"}',
|
|
|
+ page: '{"pageNo":"' + n + '","pageSize":"10"}',
|
|
|
},
|
|
|
- data:'{"pageNo":"' + n + '","pageSize":"5"}',
|
|
|
+ data:'{"pageNo":"' + n + '","pageSize":"10"}',
|
|
|
}).then((res) => {
|
|
|
this.OpList = res.data.data;
|
|
|
this.totalOp = res.data.totalRecord;
|
|
@@ -699,7 +699,7 @@ export default {
|
|
|
.fatherbox {
|
|
|
background: #fafafa;
|
|
|
padding: 10px;
|
|
|
- min-height: 250px;
|
|
|
+ height: 484px;
|
|
|
border-bottom-left-radius: 5px;
|
|
|
border-bottom-right-radius: 5px;
|
|
|
}
|