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
670b12a0
Commit
670b12a0
authored
Jun 27, 2024
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报表中心-招标计划,招标管理高级筛选
parent
ecb21841
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
18 deletions
+4
-18
drawerData.ts
src/views/project/completedDrawer/drawerData.ts
+1
-1
drawerData.ts
src/views/project/performanceDrawer/drawerData.ts
+0
-10
annex.vue
src/views/project/tabs/annex.vue
+2
-1
listData.ts
src/views/project/tabs/listData.ts
+0
-5
detail.data.ts
src/views/statement/monthlyPlanDrawer/detail.data.ts
+1
-1
No files found.
src/views/project/completedDrawer/drawerData.ts
View file @
670b12a0
...
@@ -11,7 +11,7 @@ export const completedFormSchema: FormSchema[] = [
...
@@ -11,7 +11,7 @@ export const completedFormSchema: FormSchema[] = [
},
},
{
{
label
:
'公司名称'
,
label
:
'公司名称'
,
field
:
'company
Name
'
,
field
:
'company'
,
labelWidth
:
'140px'
,
labelWidth
:
'140px'
,
required
:
false
,
required
:
false
,
component
:
'Input'
,
component
:
'Input'
,
...
...
src/views/project/performanceDrawer/drawerData.ts
View file @
670b12a0
...
@@ -95,16 +95,6 @@ export const performanceFormSchema: FormSchema[] = [
...
@@ -95,16 +95,6 @@ export const performanceFormSchema: FormSchema[] = [
addonAfter
:
'万元'
,
addonAfter
:
'万元'
,
},
},
},
},
{
label
:
'该年实际完成投资额'
,
labelWidth
:
'140px'
,
field
:
'actualOutputValue'
,
required
:
false
,
component
:
'Input'
,
componentProps
:
{
addonAfter
:
'万元'
,
},
},
{
{
label
:
'该年计划资金'
,
label
:
'该年计划资金'
,
labelWidth
:
'140px'
,
labelWidth
:
'140px'
,
...
...
src/views/project/tabs/annex.vue
View file @
670b12a0
...
@@ -36,7 +36,8 @@
...
@@ -36,7 +36,8 @@
</
template
>
</
template
>
</template>
</template>
</BasicTable>
</BasicTable>
<annex-drawer
/>
<AnnexDrawer
@
register=
"registerDrawer"
@
success=
"handleSuccess"
/>
</div>
</div>
</template>
</template>
<
script
lang=
"ts"
setup
>
<
script
lang=
"ts"
setup
>
...
...
src/views/project/tabs/listData.ts
View file @
670b12a0
...
@@ -199,11 +199,6 @@ export const performanceColumns: BasicColumn[] = [
...
@@ -199,11 +199,6 @@ export const performanceColumns: BasicColumn[] = [
dataIndex
:
'planNum'
,
dataIndex
:
'planNum'
,
width
:
180
,
width
:
180
,
},
},
{
title
:
'该年实际完成投资额'
,
dataIndex
:
'actualOutputValue'
,
width
:
180
,
},
{
{
title
:
'该年计划资金'
,
title
:
'该年计划资金'
,
dataIndex
:
'planFunds'
,
dataIndex
:
'planFunds'
,
...
...
src/views/statement/monthlyPlanDrawer/detail.data.ts
View file @
670b12a0
import
{
FormSchema
,
BasicColumn
,
FormProps
}
from
'@/components/Table'
;
import
{
FormSchema
,
BasicColumn
,
FormProps
}
from
'@/components/Table'
;
import
{
uploadApi
}
from
'@/api/sys/upload'
;
// 月季度-详情
export
const
formSchema
:
FormSchema
[]
=
[
export
const
formSchema
:
FormSchema
[]
=
[
{
{
field
:
'projectName'
,
field
:
'projectName'
,
...
...
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