From 36350d8b89361868ac12f59ae4344ecc792c9acc Mon Sep 17 00:00:00 2001
From: xixi <123@qq.com>
Date: Wed, 29 May 2024 15:38:58 +0800
Subject: [PATCH] lyp
---
src/route/proj/edit/ProjEditStep2.tsx | 30 ++++++++++++++++++---------
1 file changed, 20 insertions(+), 10 deletions(-)
diff --git a/src/route/proj/edit/ProjEditStep2.tsx b/src/route/proj/edit/ProjEditStep2.tsx
index 2bf15df..4b04a0e 100644
--- a/src/route/proj/edit/ProjEditStep2.tsx
+++ b/src/route/proj/edit/ProjEditStep2.tsx
@@ -323,7 +323,7 @@ export default function ProjEditStep2(props: any) {
}
})
}
- const [belongShow, setBelongShow] = useState('')
+ const [belongShow, setBelongShow] = useState('ORGANIZATION')
// 编辑所属者
const upProjOwner = () => {
const crcAccountPassword = Number(formBelong.getFieldValue('isCrcAccount')) == 1 ? formBelong.getFieldValue('crcAccountPassword') : ''
@@ -630,24 +630,32 @@ export default function ProjEditStep2(props: any) {
-
+
@@ -822,7 +830,7 @@ export default function ProjEditStep2(props: any) {
-
+
@@ -927,7 +935,7 @@ export default function ProjEditStep2(props: any) {
-
+
-
+ {/*
*/}
@@ -1078,9 +1086,9 @@ export default function ProjEditStep2(props: any) {
}
width={1280}
// 确认按钮样式
- okButtonProps={{ style: { width: '102px', height: '49px', background: '#FFBA00', fontSize: '18px', color: '#FFFFFF', display: belongTitle == '查看所属者' ? 'none' : 'block' } }}
+ okButtonProps={{size:'large', style: { display: belongTitle == '查看所属者' ? 'none' : 'block' } }}
// 返回按钮样式
- cancelButtonProps={{ style: { border: 'none', width: '102px', height: '49px', background: '#F3F3F3', fontSize: '18px', color: '#8C8C8C' } }}
+ cancelButtonProps={{ size:'large' }}
onCancel={() => {
setIsNewBelongOpen(false)
// setBelongShow('')
@@ -1120,7 +1128,8 @@ export default function ProjEditStep2(props: any) {
]}
>
企业/组织
@@ -1285,6 +1294,7 @@ export default function ProjEditStep2(props: any) {
>
是