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
4263c1d5
Commit
4263c1d5
authored
Mar 05, 2026
by
sunhaiwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产任务表单页面添加技术要求
parent
85d9b215
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
xjrsoft-vue3/src/views/scgl/scrw/components/config.ts
+28
-0
No files found.
xjrsoft-vue3/src/views/scgl/scrw/components/config.ts
View file @
4263c1d5
import
{
FormProps
,
FormSchema
}
from
'/@/components/Form'
;
import
{
FormProps
,
FormSchema
}
from
'/@/components/Form'
;
import
{
BasicColumn
}
from
'/@/components/Table'
;
import
{
BasicColumn
}
from
'/@/components/Table'
;
import
{
uploadApi
}
from
"/@/api/sys/upload"
;
export
const
searchFormSchema
:
FormSchema
[]
=
[
export
const
searchFormSchema
:
FormSchema
[]
=
[
{
{
...
@@ -764,6 +765,33 @@ export const formProps: FormProps = {
...
@@ -764,6 +765,33 @@ export const formProps: FormProps = {
style
:
{
width
:
'100%'
},
style
:
{
width
:
'100%'
},
},
},
},
},
{
key
:
'c40beca261124a17b8ea5258ae8b3b19'
,
field
:
'jsyq'
,
label
:
'技术要求'
,
type
:
'upload'
,
component
:
'Upload'
,
colProps
:
{
span
:
24
},
componentProps
:
{
api
:
uploadApi
,
span
:
7
,
defaultValue
:
''
,
accept
:
''
,
maxNumber
:
5
,
maxSize
:
''
,
showLabel
:
true
,
multiple
:
false
,
disabled
:
true
,
required
:
false
,
isShow
:
true
,
events
:
{},
listType
:
'text'
,
sourceType
:
'album,camera'
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
},
},
],
],
},
},
{
{
...
...
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