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
1
Merge Requests
1
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
8a4920bc
Commit
8a4920bc
authored
Feb 26, 2026
by
张恒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(gdgl): 添加计划编号字段配置
- 在配置文件中新增 jhbh 字段用于计划编号输入 - 设置默认值为 undefined 并使用 Input 组件渲染 - 保持与其他字段配置的一致性结构
parent
82f47016
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
xjrsoft-vue3/src/views/scgl/gdgl/components/config.ts
+6
-0
No files found.
xjrsoft-vue3/src/views/scgl/gdgl/components/config.ts
View file @
8a4920bc
...
...
@@ -16,6 +16,12 @@ export const searchFormSchema: FormSchema[] = [
component
:
'Input'
,
},
{
field
:
'jhbh'
,
label
:
'计划编号'
,
defaultValue
:
undefined
,
component
:
'Input'
,
},
{
field
:
'ywzz'
,
label
:
'业务组织'
,
defaultValue
:
undefined
,
...
...
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