From 1c1e7d97805adb30507112888a49be53af12600a Mon Sep 17 00:00:00 2001
From: corala <18339694416@163.com>
Date: Tue, 12 Jul 2022 18:03:25 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ReceivingRecords/index.vue | 2 +-
src/views/houseData/analyse.vue | 17 ++++++++++-------
src/views/houseData/count.vue | 8 ++++----
3 files changed, 15 insertions(+), 12 deletions(-)
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:''
},