Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
e04a8eee
authored
May 18, 2024
by
芋道源码
Committed by
Gitee
May 18, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!449 fix:恢复 form-create [select、radio、checkbox] 组件
Merge pull request !449 from puhui999/dev-crm
parents
c2b439c4
bc8948ee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/components/FormCreate/src/useFormCreateDesigner.ts
+3
-3
No files found.
src/components/FormCreate/src/useFormCreateDesigner.ts
View file @
e04a8eee
...
...
@@ -71,9 +71,9 @@ export const useFormCreateDesigner = async (designer: Ref) => {
*/
const
buildSystemMenu
=
()
=>
{
// 移除自带的下拉选择器组件,使用 currencySelectRule 替代
designer
.
value
?.
removeMenuItem
(
'select'
)
designer
.
value
?.
removeMenuItem
(
'radio'
)
designer
.
value
?.
removeMenuItem
(
'checkbox'
)
//
designer.value?.removeMenuItem('select')
//
designer.value?.removeMenuItem('radio')
//
designer.value?.removeMenuItem('checkbox')
const
components
=
[
userSelectRule
,
deptSelectRule
,
dictSelectRule
,
apiSelectRule0
]
const
menu
:
Menu
=
{
name
:
'system'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment