Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
Details
Activity
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
徐俊
yn-science-front
Commits
28bc4ce4
Commit
28bc4ce4
authored
Dec 12, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4444
parent
cab2e1b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
memberImport.vue
src/views/report/project/components/memberImport.vue
+4
-4
No files found.
src/views/report/project/components/memberImport.vue
View file @
28bc4ce4
...
@@ -2,10 +2,7 @@
...
@@ -2,10 +2,7 @@
<div
class=
"app-content"
style=
"height: 65vh;overflow: auto;"
>
<div
class=
"app-content"
style=
"height: 65vh;overflow: auto;"
>
<a-spin
:spinning=
"loading"
style=
"width: 100%;height: 100%;"
>
<a-spin
:spinning=
"loading"
style=
"width: 100%;height: 100%;"
>
<div
style=
"width:100%; height: 36px;"
>
<div
style=
"width:100%; height: 36px;"
>
<!--
<a
:href=
"url"
download=
"memberInfo.xlsx"
>
<up-load
@
beforeUpload=
"beforeUpload"
:format=
"['xls', 'xlsx']"
/>
<a-icon
type=
"download"
></a-icon>
<span
style=
"color:green;text-decoration:underline;"
>
项目组成员模板下载
</span>
</a>
-->
<up-load
@
beforeUpload=
"beforeUpload"
:format=
"['xls', 'xlsx']"
/>
</div>
</div>
<div
style=
"width:100%;height: calc(100% - 72px);overflow: auto;"
>
<div
style=
"width:100%;height: calc(100% - 72px);overflow: auto;"
>
<a-table
:dataSource=
"tableData"
:columns=
"columns"
:pagination=
"false"
:loading=
"loading"
bordered
size=
"small"
>
<a-table
:dataSource=
"tableData"
:columns=
"columns"
:pagination=
"false"
:loading=
"loading"
bordered
size=
"small"
>
...
@@ -17,6 +14,9 @@
...
@@ -17,6 +14,9 @@
</a-table>
</a-table>
</div>
</div>
<div
style=
"text-align:center;width:100%; height: 36px;"
>
<div
style=
"text-align:center;width:100%; height: 36px;"
>
<a
:href=
"url"
download=
"memberInfo.xlsx"
style=
"margin-right: 30px;"
>
<a-icon
type=
"download"
></a-icon>
<span
style=
"color:green;text-decoration:underline;"
>
项目组成员模板下载
</span>
</a>
<a-button
type=
"primary"
@
click=
"dataImport"
:disabled=
"disabled"
>
导入
</a-button>
<a-button
type=
"primary"
@
click=
"dataImport"
:disabled=
"disabled"
>
导入
</a-button>
</div>
</div>
</a-spin>
</a-spin>
...
...
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