From 488bc04d746bded791dad0bec3551228d2bca78b Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 02 Jun 2022 10:43:56 +0800
Subject: [PATCH] 海康语音对讲推送

---
 src/views/InstallClent/installClent.vue |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/views/InstallClent/installClent.vue b/src/views/InstallClent/installClent.vue
index 2a692e8..da30151 100644
--- a/src/views/InstallClent/installClent.vue
+++ b/src/views/InstallClent/installClent.vue
@@ -136,6 +136,12 @@
               searchSpan: 4,
               prop: "alarmPeople",
               width: 90,
+              type: "tree",
+              props: {
+                label: "title",
+                value: "key"
+              },
+              dicUrl: "/api/blade-system/dept/Batrees",
             },
             {
               label: "联系方式",
@@ -151,8 +157,15 @@
               prop: "bz",
             },
             {
+              label: "设备名称",
+              searchSpan: 3,
+              search: true,
+              prop: "rname",
+            },
+            {
               label: "设备编号",
               searchSpan: 3,
+              search: true,
               width: 130,
               prop: "deviceNumber",
             },

--
Gitblit v1.9.3