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
f87df79b
Commit
f87df79b
authored
Jun 26, 2024
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目库-投资到招标管理的详情字段审核
parent
b265cf99
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
122 additions
and
131 deletions
+122
-131
InvestmentPlan.vue
src/views/project/tabs/InvestmentPlan.vue
+0
-9
data.ts
src/views/project/tabs/data.ts
+122
-122
No files found.
src/views/project/tabs/InvestmentPlan.vue
View file @
f87df79b
<
template
>
<BasicTable
@
register=
"registerTable"
>
<template
#
toolbar
>
<a-button
type=
"primary"
preIcon=
"mdi:plus"
@
click=
"handleExport"
>
导出筛选结果
</a-button>
<a-button
type=
"primary"
class=
"ml5"
preIcon=
"mdi:plus"
@
click=
"handleExport"
>
高级筛选
</a-button>
</
template
>
<template
#
bodyCell=
"
{ column, record, index }">
<template
v-if=
"column.key === 'serialNumber'"
>
{{
index
+
1
}}
...
...
@@ -24,8 +17,6 @@
</template>
</BasicTable>
<InvestmentPlanDrawer
@
register=
"registerDrawer"
@
success=
"handleSuccess"
/>
<exportModal
@
register=
"registerModal"
/>
<queryModal
@
register=
"registerModal2"
/>
</template>
<
script
lang=
"ts"
setup
>
import
exportModal
from
'./components/exportModal.vue'
;
...
...
src/views/project/tabs/data.ts
View file @
f87df79b
This diff is collapsed.
Click to expand it.
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