From 577fa77f9c250b7969cad8de6d561069a4039af6 Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Wed, 29 Jun 2022 10:52:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=85=E9=81=93bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/wel.vue | 8 +++++--- src/views/Equipment/index.vue | 1 + src/views/Equipment/state.vue | 1 + src/views/ReceivingRecords/index.vue | 7 +++++++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/page/wel.vue b/src/page/wel.vue index 9e108b9..eccbe55 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -697,7 +697,9 @@ -
+
@@ -735,7 +737,7 @@
-
+
@@ -772,7 +774,7 @@
-
+
平均接待时长(分钟) diff --git a/src/views/Equipment/index.vue b/src/views/Equipment/index.vue index 9636b34..73dfdee 100644 --- a/src/views/Equipment/index.vue +++ b/src/views/Equipment/index.vue @@ -223,6 +223,7 @@ @selection-change="handleSelectionChange" style="width: 100%" height="390" + :header-cell-style="{background:'#F5F7FA',color:'#333333'}" > diff --git a/src/views/Equipment/state.vue b/src/views/Equipment/state.vue index b6b7d2b..a03fc56 100644 --- a/src/views/Equipment/state.vue +++ b/src/views/Equipment/state.vue @@ -353,6 +353,7 @@ @selection-change="handleSelectionChange" style="width: 100%" height="390" + :header-cell-style="{background:'#F5F7FA',color:'#333333'}" > diff --git a/src/views/ReceivingRecords/index.vue b/src/views/ReceivingRecords/index.vue index 47715f8..9587a4d 100644 --- a/src/views/ReceivingRecords/index.vue +++ b/src/views/ReceivingRecords/index.vue @@ -438,6 +438,13 @@ export default { if (this.$route.query.houseId) { this.searchForm.projectId = this.$route.query.houseId; } + if(this.$route.query.types){ + let arr = this.$route.query.types.split(","); + console.log(arr) + this.searchForm[arr[0]] = arr[1] + this.searchForm[arr[2]] = arr[3] + this.searchForm[arr[4]] = arr[5] + } // 获取项目列表 this.zkhousePage(); },