From 5808f76456ca0d40de5074f132b73a5a488e3e13 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 09 Dec 2025 09:12:03 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v9.0/9.0.1' into test
---
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