From ef96f17f28f7b852b4c4e6bb5084816539b73674 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 27 Sep 2025 11:42:13 +0800
Subject: [PATCH] feat:算法仓库优化
---
src/views/device/components/devicePerShare.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/device/components/devicePerShare.vue b/src/views/device/components/devicePerShare.vue
index ad47899..511fe0b 100644
--- a/src/views/device/components/devicePerShare.vue
+++ b/src/views/device/components/devicePerShare.vue
@@ -51,7 +51,7 @@
{
label: '授权单位',
prop: 'deptId',
- labelWidth: 130,
+ // labelWidth: 100,
type: 'tree',
dicData: [],
props: {
@@ -74,7 +74,7 @@
{
label: '授权单位',
prop: 'deptName',
- labelWidth: 130,
+ // labelWidth: 100,
addDisplay: false,
editDisabled: true,
search: true,
--
Gitblit v1.9.3