From fa8f1b1320fd2ad21884ccd6df792bf88270e2a1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 06 七月 2023 18:13:51 +0800 Subject: [PATCH] 2023-07-06 --- src/menu/components/share/actioncomponent/formconfig.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx index 550b969..30d6719 100644 --- a/src/menu/components/share/actioncomponent/formconfig.jsx +++ b/src/menu/components/share/actioncomponent/formconfig.jsx @@ -165,6 +165,10 @@ } } + if (card.$fixed) { + opentypes = opentypes.filter(item => item.value === card.OpenType) + } + if (card.funcType === 'changeuser') { // 鍘熺被鍨嬫敮鎸� funTypes.unshift({ value: 'changeuser', text: '鍒囨崲鐢ㄦ埛' }) } -- Gitblit v1.8.0