Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
紫光云
web-project
Commits
c3f8468e
Commit
c3f8468e
authored
Jun 18, 2024
by
mengzixuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: (修改bug): 72892,72895
parent
27d952c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
16 deletions
+18
-16
data.tsx
src/views/engineeringProject/data.tsx
+9
-8
data.tsx
src/views/performance/data.tsx
+9
-8
No files found.
src/views/engineeringProject/data.tsx
View file @
c3f8468e
...
@@ -84,33 +84,34 @@ export const columns: (
...
@@ -84,33 +84,34 @@ export const columns: (
export
const
searchFormSchema
:
FormSchema
[]
=
[
export
const
searchFormSchema
:
FormSchema
[]
=
[
{
{
field
:
'
data
'
,
field
:
'
filingCycle
'
,
label
:
''
,
label
:
''
,
component
:
'DatePicker'
,
component
:
'DatePicker'
,
componentProps
:
{
componentProps
:
{
placeholder
:
'选择填报周期'
,
placeholder
:
'选择填报周期'
,
style
:
{
width
:
'100%'
},
style
:
{
width
:
'100%'
},
valueFormat
:
'YYYY-MM-DD'
,
picker
:
'year'
,
format
:
'YYYY-MM-DD'
,
valueFormat
:
'YYYY'
,
format
:
'YYYY'
,
},
},
colProps
:
{
span
:
4
},
colProps
:
{
span
:
4
},
},
},
{
{
field
:
'
t
ype'
,
field
:
'
planT
ype'
,
label
:
''
,
label
:
''
,
component
:
'Select'
,
component
:
'Select'
,
componentProps
:
{
componentProps
:
{
options
:
[
options
:
[
{
label
:
'工程'
,
value
:
'
1
'
},
{
label
:
'工程'
,
value
:
'
工程
'
},
{
label
:
'承建'
,
value
:
'
0
'
},
{
label
:
'承建'
,
value
:
'
承建
'
},
{
label
:
'储备'
,
value
:
'
2
'
},
{
label
:
'储备'
,
value
:
'
储备
'
},
],
],
placeholder
:
'类型'
,
placeholder
:
'类型'
,
},
},
colProps
:
{
span
:
4
},
colProps
:
{
span
:
4
},
},
},
{
{
field
:
'
projectName
'
,
field
:
'
company
'
,
label
:
''
,
label
:
''
,
component
:
'Select'
,
component
:
'Select'
,
componentProps
:
{
componentProps
:
{
...
...
src/views/performance/data.tsx
View file @
c3f8468e
...
@@ -171,33 +171,34 @@ export const modelColumns: BasicColumn[] = [
...
@@ -171,33 +171,34 @@ export const modelColumns: BasicColumn[] = [
];
];
export
const
searchFormSchema
:
FormSchema
[]
=
[
export
const
searchFormSchema
:
FormSchema
[]
=
[
{
{
field
:
'
data
'
,
field
:
'
filingCycle
'
,
label
:
''
,
label
:
''
,
component
:
'DatePicker'
,
component
:
'DatePicker'
,
componentProps
:
{
componentProps
:
{
placeholder
:
'选择填报周期'
,
placeholder
:
'选择填报周期'
,
style
:
{
width
:
'100%'
},
style
:
{
width
:
'100%'
},
valueFormat
:
'YYYY-MM-DD'
,
picker
:
'year'
,
format
:
'YYYY-MM-DD'
,
valueFormat
:
'YYYY'
,
format
:
'YYYY'
,
},
},
colProps
:
{
span
:
4
},
colProps
:
{
span
:
4
},
},
},
{
{
field
:
'
t
ype'
,
field
:
'
planT
ype'
,
label
:
''
,
label
:
''
,
component
:
'Select'
,
component
:
'Select'
,
componentProps
:
{
componentProps
:
{
options
:
[
options
:
[
{
label
:
'工程'
,
value
:
'
1
'
},
{
label
:
'工程'
,
value
:
'
工程
'
},
{
label
:
'承建'
,
value
:
'
0
'
},
{
label
:
'承建'
,
value
:
'
承建
'
},
{
label
:
'储备'
,
value
:
'
2
'
},
{
label
:
'储备'
,
value
:
'
储备
'
},
],
],
placeholder
:
'类型'
,
placeholder
:
'类型'
,
},
},
colProps
:
{
span
:
4
},
colProps
:
{
span
:
4
},
},
},
{
{
field
:
'
projectName
'
,
field
:
'
company
'
,
label
:
''
,
label
:
''
,
component
:
'Select'
,
component
:
'Select'
,
componentProps
:
{
componentProps
:
{
...
...
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