From 233e4fc4f35bd00a36ee34a7fbf5e47b41db26db Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 17 Nov 2025 09:54:44 +0800
Subject: [PATCH] feat:更新初始化地形

---
 src/views/device/components/devicePerShare.vue |   53 +++++++++++++++++++++++++++--------------------------
 1 files changed, 27 insertions(+), 26 deletions(-)

diff --git a/src/views/device/components/devicePerShare.vue b/src/views/device/components/devicePerShare.vue
index 2ee9ac6..8b3feaa 100644
--- a/src/views/device/components/devicePerShare.vue
+++ b/src/views/device/components/devicePerShare.vue
@@ -39,6 +39,7 @@
         index: true,
         viewBtn: true,
         addBtn: true,
+        editBtn: false,
         selection: true,
         excelBtn: false,
         dialogClickModal: false,
@@ -51,7 +52,7 @@
           {
             label: '授权单位',
             prop: 'deptId',
-            labelWidth: 130,
+            // labelWidth: 100,
             type: 'tree',
             dicData: [],
             props: {
@@ -74,7 +75,7 @@
           {
             label: '授权单位',
             prop: 'deptName',
-            labelWidth: 130,
+            // labelWidth: 100,
             addDisplay: false,
             editDisabled: true,
             search: true,
@@ -89,28 +90,28 @@
               },
             ],
           },
-          {
-            label: '授权功能',
-            prop: 'devicePerMenuId',
-            labelWidth: 130,
-            type: 'tree',
-            dicUrl: '/blade-system/manage/api/v1/devicePerMenu/selectDeviceList',
-            props: {
-              label: 'name',
-              value: 'id',
-            },
-            multiple: true,
-            dataType: 'string',
-            span: 24,
-            row: true,
-            rules: [
-              {
-                required: true,
-                message: '请输入授权功能',
-                trigger: 'blur',
-              },
-            ],
-          },
+          // {
+          //   label: '授权功能',
+          //   prop: 'devicePerMenuId',
+          //   labelWidth: 130,
+          //   type: 'tree',
+          //   dicUrl: '/blade-system/manage/api/v1/devicePerMenu/selectDeviceList',
+          //   props: {
+          //     label: 'name',
+          //     value: 'id',
+          //   },
+          //   multiple: true,
+          //   dataType: 'string',
+          //   span: 24,
+          //   row: true,
+          //   rules: [
+          //     {
+          //       required: true,
+          //       message: '请输入授权功能',
+          //       trigger: 'blur',
+          //     },
+          //   ],
+          // },
           {
             label: '授权时间',
             prop: 'createTime',
@@ -119,7 +120,7 @@
             editDisplay: false,
             span: 24,
             row: true,
-            width: 160,
+            width: 200,
             format: 'YYYY-MM-DD HH:mm:ss',
           },
         ],
@@ -134,7 +135,7 @@
         addBtn: this.validData(this.permission.airport_add, true),
         viewBtn: this.validData(this.permission.airport_view, true),
         delBtn: this.validData(this.permission.airport_delete, true),
-        editBtn: this.validData(this.permission.airport_edit, true),
+        editBtn: this.validData(this.permission.airport_edit, false),
       }
     },
     ids () {

--
Gitblit v1.9.3