Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weiqiao-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
金民
weiqiao-vue
Commits
6dfe65ee
Commit
6dfe65ee
authored
Dec 30, 2025
by
张恒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(ckwz): 移除位置配置中的上级位置字段
- 注释掉 parentId 字段配置 - 保留位置类型等其他字段配置 - 简化表单字段结构
parent
2b6e2ef0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xjrsoft-vue3/src/views/jcsj/ckwz/components/config.ts
+2
-2
No files found.
xjrsoft-vue3/src/views/jcsj/ckwz/components/config.ts
View file @
6dfe65ee
...
@@ -8,7 +8,7 @@ export const searchFormSchema: FormSchema[] = [
...
@@ -8,7 +8,7 @@ export const searchFormSchema: FormSchema[] = [
defaultValue
:
undefined
,
defaultValue
:
undefined
,
component
:
'Input'
,
component
:
'Input'
,
},
},
{
/*
{
field: 'parentId',
field: 'parentId',
label: '上级位置',
label: '上级位置',
defaultValue: undefined,
defaultValue: undefined,
...
@@ -33,7 +33,7 @@ export const searchFormSchema: FormSchema[] = [
...
@@ -33,7 +33,7 @@ export const searchFormSchema: FormSchema[] = [
showSearch: true,
showSearch: true,
getPopupContainer: () => document.body,
getPopupContainer: () => document.body,
},
},
},
},
*/
{
{
field
:
'locationType'
,
field
:
'locationType'
,
label
:
'位置类型'
,
label
:
'位置类型'
,
...
...
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