diff --git a/src/views/ReceivingRecords/index.vue b/src/views/ReceivingRecords/index.vue
index 24c4bb5..a05a270 100644
--- a/src/views/ReceivingRecords/index.vue
+++ b/src/views/ReceivingRecords/index.vue
@@ -2,7 +2,7 @@
-
+
项目选择:
-
+
达标
-
+
未达标
@@ -136,19 +136,19 @@
margin-right: 20px;
cursor: pointer;
">
-
+
不变
-
+
上升
-
+
下降
@@ -192,9 +192,9 @@
-
+
-
+
@@ -1076,6 +1076,9 @@ export default {
margin-right: 15px;
background: #ffffff;
border-radius: 4px;
+ &:nth-child(even){
+ margin-right: 0;
+ }
.title {
width: 100%;
diff --git a/src/views/houseData/count.vue b/src/views/houseData/count.vue
index a6d0857..c299671 100644
--- a/src/views/houseData/count.vue
+++ b/src/views/houseData/count.vue
@@ -81,7 +81,7 @@
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="fromdata.currentPage"
- :page-sizes="[10, 30, 50]"
+ :page-sizes="[10,20, 30, 40,50,100]"
:page-size="fromdata.size"
layout="total, sizes, prev, pager, next, jumper"
:total="fromdata.total"
@@ -169,7 +169,7 @@
@size-change="handleSizeChange111"
@current-change="handleCurrentChange111"
:current-page="erfromdata.currentPage"
- :page-sizes="[10, 30, 50]"
+ :page-sizes="[10, 20,30, 40,50,100]"
:page-size="erfromdata.size"
layout="total, sizes, prev, pager, next, jumper"
:total="erfromdata.total"
@@ -192,7 +192,7 @@ export default {
operationStaffId:'',
currentPage:1,
total:0,
- size:30,
+ size:10,
startDate:'',
endDate:''
},
@@ -203,7 +203,7 @@ export default {
statime:'',
endtime:'',
total:0,
- size:30,
+ size:10,
currentPage:1,
operationTypeid:''
},