From 63ff693fcccf647d758fc4f300a573f6c644596e Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期三, 15 一月 2025 18:24:23 +0800
Subject: [PATCH] 表单新建没有主键问题jar包提交
---
Source/plt-web/plt-web-ui/src/views/system/user/option.js | 23 ++++++++++++++++++-----
1 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/Source/plt-web/plt-web-ui/src/views/system/user/option.js b/Source/plt-web/plt-web-ui/src/views/system/user/option.js
index 32672fc..bacc89c 100644
--- a/Source/plt-web/plt-web-ui/src/views/system/user/option.js
+++ b/Source/plt-web/plt-web-ui/src/views/system/user/option.js
@@ -4,6 +4,7 @@
prop: 'id',
search:true,
sortable:true,
+ width:110,
rules: [
{
required: true,
@@ -62,21 +63,21 @@
prop: 'status',
display:false,
sortable:true,
- width: 80,
+ width: 70,
},
{
label: '瀵嗙爜绛栫暐',
prop: 'pkPasswordStrategyName',
sortable:true,
display:false,
- width: 100
+ width: 90
},
{
label: '閿佸畾鐘舵��',
prop: 'lockFlag',
sortable:true,
display:false,
- width: 100,
+ width: 90,
},
{
label: '鎵�灞為儴闂�',
@@ -84,6 +85,7 @@
align:'center',
type:'tree',
dicData: [],
+ hide:true,
props: {
label: 'name',
value: 'oid'
@@ -94,6 +96,16 @@
width:200,
},
{
+ label: '鎵�灞為儴闂�',
+ prop: 'pkDepartmentName',
+ align:'center',
+ display: false,
+ search:true,
+ sortable:true,
+ overHidden: true,
+ width:200,
+ },
+ {
label: '涓撲笟',
prop: 'specialties',
sortable:true,
@@ -133,7 +145,7 @@
prop: 'isDeptLeader',
sortable:true,
display:false,
- width: 95,
+ width: 90,
formatter:function (row, value){
if(value=='涓嶆槸'){
return "鍚�"
@@ -144,7 +156,8 @@
{
label: '鎵�灞炲瘑绾�',
prop: 'secretGrade',
- width: 100,
+ width: 110,
+ overHidden: true,
sortable:true,
type: 'select',
dicUrl: 'api/webEnumController/getEnum?comboxKey=usersecurityenum',
--
Gitblit v1.10.0