From dbb160f7ce6c334ee561e551930ec72b5f5db899 Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Tue, 07 Dec 2021 21:09:14 +0800
Subject: [PATCH] 预警输入框禁用

---
 src/views/statisticalQueryManagement/businessStatisticsDetail.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/statisticalQueryManagement/businessStatisticsDetail.vue b/src/views/statisticalQueryManagement/businessStatisticsDetail.vue
index 4ebfcb2..6973eb7 100644
--- a/src/views/statisticalQueryManagement/businessStatisticsDetail.vue
+++ b/src/views/statisticalQueryManagement/businessStatisticsDetail.vue
@@ -98,6 +98,7 @@
           {
             label: "服务单位名称",
             prop: "name",
+            width: 300,
             props: {
               label: "name",
               value: "name"
@@ -118,7 +119,8 @@
           },
           {
             label: "保安公司名称",
-            prop: "tenantName",
+            width: 300,
+            prop: "deptName",
             display: false
           },
           {
@@ -132,8 +134,8 @@
             display: false
           },
           {
-            label: "保安员姓名",
-            prop: "realName",
+            label: "保安员人数",
+            prop: "num",
             display: false
           },
           {
@@ -240,7 +242,6 @@
       this.onLoad(this.page, this.query);
     },
     onLoad(page, params = {}) {
-      debugger;
       this.loading = true;
       let param = {};
       // param["jurisdiction"] = params["jurname"] || "";

--
Gitblit v1.9.3