Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
b93ba9b2
Commit
b93ba9b2
authored
Jan 31, 2020
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
36928608
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
workDetails.vue
src/components/work/workDetails.vue
+1
-1
workManager.vue
src/components/work/workManager.vue
+6
-1
No files found.
src/components/work/workDetails.vue
View file @
b93ba9b2
...
...
@@ -57,7 +57,7 @@
<p
v-if=
"d.w"
>
{{
d
.
w
.
CreateName
}}
提交于
{{
item
.
CreateDate
}}
</p>
<div
class=
"cont"
>
{{
item
.
Content
}}
</div>
<div
class=
"attach"
>
附件:
<span
@
click=
"openFile(item.Attach)"
>
{{
item
.
Attach
!==
""
?
item
.
Attach
:
'无'
}}
</span>
附件:
<span
@
click=
"openFile(item.Attach)"
style=
"cursor: pointer;"
>
{{
item
.
Attach
!==
""
?
item
.
Attach
:
'无'
}}
</span>
</div>
</el-card>
</div>
...
...
src/components/work/workManager.vue
View file @
b93ba9b2
...
...
@@ -83,7 +83,7 @@
:value=
"$t('pub.searchBtn')"
@
click=
"getList();resetPageIndex()"
/>
<button
class=
"normalBtn"
@
click=
"
method5
()"
>
导出
</button>
<button
class=
"normalBtn"
@
click=
"
exportFile
()"
>
导出
</button>
</li>
</ul>
</div>
...
...
@@ -258,6 +258,11 @@ export default {
//this.getEmployee();
},
methods
:
{
exportFile
(){
this
.
apipost
(
''
,
{},
r
=>
{
})
},
resetPageIndex
()
{
this
.
msg
.
pageIndex
=
1
;
this
.
currentPage
=
1
;
...
...
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