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
bc6b05ff
Commit
bc6b05ff
authored
Jul 05, 2024
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目库,报表中心的年度-建设性质字典转换
parent
09d3193d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
60 additions
and
6 deletions
+60
-6
drawerData.ts
src/views/project/annualDrawer/drawerData.ts
+10
-1
drawerData.ts
src/views/project/investmentPlanDrawer/drawerData.ts
+10
-1
drawerData.ts
src/views/project/performanceDrawer/drawerData.ts
+10
-1
detail.data.ts
src/views/statement/InvestmentPlanlDrawer/detail.data.ts
+10
-1
detail.data.ts
src/views/statement/annualPlanDrawer/detail.data.ts
+10
-1
detail.data.ts
src/views/statement/performanceDrawer/detail.data.ts
+10
-1
No files found.
src/views/project/annualDrawer/drawerData.ts
View file @
bc6b05ff
...
...
@@ -142,7 +142,16 @@ export const annualFormSchema: FormSchema[] = [
labelWidth
:
'140px'
,
field
:
'attribute'
,
required
:
false
,
component
:
'Input'
,
component
:
'Select'
,
componentProps
:
{
options
:
[
{
label
:
'新建'
,
value
:
'0'
},
{
label
:
'结转'
,
value
:
'1'
},
{
label
:
'缓建'
,
value
:
'2'
},
],
disabled
:
true
,
style
:
{
border
:
'none'
},
},
},
{
label
:
'开竣工时间'
,
...
...
src/views/project/investmentPlanDrawer/drawerData.ts
View file @
bc6b05ff
...
...
@@ -120,7 +120,16 @@ export const columnsFormSchema: FormSchema[] = [
labelWidth
:
'140px'
,
field
:
'attribute'
,
required
:
false
,
component
:
'Input'
,
component
:
'Select'
,
componentProps
:
{
options
:
[
{
label
:
'新建'
,
value
:
'0'
},
{
label
:
'结转'
,
value
:
'1'
},
{
label
:
'缓建'
,
value
:
'2'
},
],
disabled
:
true
,
style
:
{
border
:
'none'
},
},
},
{
label
:
'开工竣工时间'
,
...
...
src/views/project/performanceDrawer/drawerData.ts
View file @
bc6b05ff
...
...
@@ -111,7 +111,16 @@ export const performanceFormSchema: FormSchema[] = [
labelWidth
:
'140px'
,
field
:
'attribute'
,
required
:
false
,
component
:
'Input'
,
component
:
'Select'
,
componentProps
:
{
options
:
[
{
label
:
'新建'
,
value
:
'0'
},
{
label
:
'结转'
,
value
:
'1'
},
{
label
:
'缓建'
,
value
:
'2'
},
],
disabled
:
true
,
style
:
{
border
:
'none'
},
},
},
{
label
:
'开工时间'
,
...
...
src/views/statement/InvestmentPlanlDrawer/detail.data.ts
View file @
bc6b05ff
...
...
@@ -120,7 +120,16 @@ export const formSchema: FormSchema[] = [
labelWidth
:
'140px'
,
field
:
'attribute'
,
required
:
false
,
component
:
'Input'
,
component
:
'Select'
,
componentProps
:
{
options
:
[
{
label
:
'新建'
,
value
:
'0'
},
{
label
:
'结转'
,
value
:
'1'
},
{
label
:
'缓建'
,
value
:
'2'
},
],
disabled
:
true
,
style
:
{
border
:
'none'
},
},
},
{
label
:
'开工竣工时间'
,
...
...
src/views/statement/annualPlanDrawer/detail.data.ts
View file @
bc6b05ff
...
...
@@ -143,7 +143,16 @@ export const formSchema: FormSchema[] = [
labelWidth
:
'140px'
,
field
:
'attribute'
,
required
:
false
,
component
:
'Input'
,
component
:
'Select'
,
componentProps
:
{
options
:
[
{
label
:
'新建'
,
value
:
'0'
},
{
label
:
'结转'
,
value
:
'1'
},
{
label
:
'缓建'
,
value
:
'2'
},
],
disabled
:
true
,
style
:
{
border
:
'none'
},
},
},
{
label
:
'开竣工时间'
,
...
...
src/views/statement/performanceDrawer/detail.data.ts
View file @
bc6b05ff
...
...
@@ -364,7 +364,16 @@ export const formSchema: FormSchema[] = [
labelWidth
:
'140px'
,
field
:
'attribute'
,
required
:
false
,
component
:
'Input'
,
component
:
'Select'
,
componentProps
:
{
options
:
[
{
label
:
'新建'
,
value
:
'0'
},
{
label
:
'结转'
,
value
:
'1'
},
{
label
:
'缓建'
,
value
:
'2'
},
],
disabled
:
true
,
style
:
{
border
:
'none'
},
},
},
{
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