From 8aa3edd56c279100c9053576f3e90fa55459fe77 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 Jan 2023 16:15:55 +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