Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6b98ae2c
authored
2021-01-21 10:44:56 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
下载模板icon
1 parent
9c248663
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/sxdr/sxdr.vue
src/components/sxdr/sxdr.vue
View file @
6b98ae2
...
...
@@ -18,7 +18,7 @@
<el-button
type=
"primary"
icon=
"iconfont iconshangchuan"
>
上传
</el-button>
</el-upload>
</div>
<el-button
type=
"primary"
class=
"download"
@
click=
"downloadTemplate"
>
下载模板
</el-button>
<el-button
type=
"primary"
class=
"download"
@
click=
"downloadTemplate"
icon=
"iconfont iconxiazai1"
>
下载模板
</el-button>
</div>
<ul>
<li
v-for=
"(item,index) in errorData"
:key=
"index"
>
{{
item
}}
</li>
...
...
Please
register
or
sign in
to post a comment