Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
c0e5bb70
Commit
c0e5bb70
authored
Dec 24, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
股东列表下载模板
parent
e2a5a329
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
shareholder.vue
src/views/interior/shareholder.vue
+9
-2
No files found.
src/views/interior/shareholder.vue
View file @
c0e5bb70
...
...
@@ -44,8 +44,9 @@
<el-dialog
title=
"导入股东"
:visible
.
sync=
"tolead"
>
<el-form
:model=
"fileForm"
>
<el-form-item
label=
"上传文件"
label-width=
"80px"
>
<el-button
type=
"primary"
icon=
"el-icon-download"
>
<a
class=
"el-icon-download"
href=
"https://mgmt.dfangche.com/axshare/gudongdaoru.xlsx"
>
下载模板
</a>
<el-button
type=
"primary"
icon=
"el-icon-download"
@
click=
"download"
>
下载模板
<!--
<a
class=
"el-icon-download"
href=
"https://mgmt.dfangche.com/axshare/gudongdaoru.xlsx"
>
下载模板
</a>
-->
</el-button>
<el-upload
...
...
@@ -289,6 +290,12 @@ export default {
}
},
methods
:
{
//下载模板
download
(){
console
.
log
(
'0000'
);
window
.
location
.
href
=
"https://mgmt.dfangche.com/axshare/gudongdaoru.xlsx"
// window.lo.href="https://mgmt.dfangche.com/axshare/gudongdaoru.xlsx"
},
closeAdd
()
{
this
.
time
=
null
this
.
ruleForm
=
{
...
...
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