File tree 9 files changed +10
-10
lines changed
9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
<el-tabs v-model =" activeName" >
4
4
<el-tab-pane label =" use clipboard directly" name =" directly" >
5
5
<el-input v-model =" inputData" placeholder =" Please input" style =" width :400px ;max-width :100% ;" />
6
- <el-button type =" primary" icon =" document" @click =" handleCopy(inputData,$event)" >
6
+ <el-button type =" primary" icon =" el-icon- document" @click =" handleCopy(inputData,$event)" >
7
7
copy
8
8
</el-button >
9
9
</el-tab-pane >
10
10
<el-tab-pane label =" use clipboard by v-directive" name =" v-directive" >
11
11
<el-input v-model =" inputData" placeholder =" Please input" style =" width :400px ;max-width :100% ;" />
12
- <el-button v-clipboard:copy =" inputData" v-clipboard:success =" clipboardSuccess" type =" primary" icon =" document" >
12
+ <el-button v-clipboard:copy =" inputData" v-clipboard:success =" clipboardSuccess" type =" primary" icon =" el-icon- document" >
13
13
copy
14
14
</el-button >
15
15
</el-tab-pane >
Original file line number Diff line number Diff line change 7
7
8
8
<pan-thumb :image =" image" />
9
9
10
- <el-button type =" primary" icon =" upload" style =" position : absolute ;bottom : 15px ;margin-left : 40px ;" @click =" imagecropperShow=true" >
10
+ <el-button type =" primary" icon =" el-icon- upload" style =" position : absolute ;bottom : 15px ;margin-left : 40px ;" @click =" imagecropperShow=true" >
11
11
Change Avatar
12
12
</el-button >
13
13
Original file line number Diff line number Diff line change 49
49
<div style =" height :100px ;" >
50
50
<el-form :model =" demo" :rules =" demoRules" >
51
51
<el-form-item prop =" title" >
52
- <md-input v-model =" demo.title" icon =" search" name =" title" placeholder =" 输入标题" >
52
+ <md-input v-model =" demo.title" icon =" el-icon- search" name =" title" placeholder =" 输入标题" >
53
53
标题
54
54
</md-input >
55
55
</el-form-item >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" errPage-container" >
3
- <el-button icon =" arrow-left" class =" pan-back-btn" @click =" back" >
3
+ <el-button icon =" el-icon- arrow-left" class =" pan-back-btn" @click =" back" >
4
4
返回
5
5
</el-button >
6
6
<el-row >
Original file line number Diff line number Diff line change 5
5
<FilenameOption v-model =" filename" />
6
6
<AutoWidthOption v-model =" autoWidth" />
7
7
<BookTypeOption v-model =" bookType" />
8
- <el-button :loading =" downloadLoading" style =" margin :0 0 20px 20px ;" type =" primary" icon =" document" @click =" handleDownload" >
8
+ <el-button :loading =" downloadLoading" style =" margin :0 0 20px 20px ;" type =" primary" icon =" el-icon- document" @click =" handleDownload" >
9
9
{{ $t('excel.export') }} Excel
10
10
</el-button >
11
11
<a href =" https://panjiachen.github.io/vue-element-admin-site/feature/component/excel.html" target =" _blank" style =" margin-left :15px ;" >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
3
4
- <el-button :loading =" downloadLoading" style =" margin-bottom :20px " type =" primary" icon =" document" @click =" handleDownload" >Export</el-button >
4
+ <el-button :loading =" downloadLoading" style =" margin-bottom :20px " type =" primary" icon =" el-icon- document" @click =" handleDownload" >Export</el-button >
5
5
6
6
<el-table
7
7
ref =" multipleTable"
Original file line number Diff line number Diff line change 2
2
<div class =" app-container" >
3
3
<!-- $t is vue-i18n global function to translate lang -->
4
4
<el-input v-model =" filename" :placeholder =" $t('excel.placeholder')" style =" width :350px ;" prefix-icon =" el-icon-document" />
5
- <el-button :loading =" downloadLoading" style =" margin-bottom :20px " type =" primary" icon =" document" @click =" handleDownload" >
5
+ <el-button :loading =" downloadLoading" style =" margin-bottom :20px " type =" primary" icon =" el-icon- document" @click =" handleDownload" >
6
6
{{ $t('excel.selectedExport') }}
7
7
</el-button >
8
8
<a href =" https://panjiachen.github.io/vue-element-admin-site/feature/component/excel.html" target =" _blank" style =" margin-left :15px ;" >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default {
36
36
}
37
37
},
38
38
created () {
39
- // init the default selected tab
39
+ // init the default selected tab
40
40
const tab = this .$route .query .tab
41
41
if (tab) {
42
42
this .activeName = tab
Original file line number Diff line number Diff line change 2
2
<div class =" app-container" >
3
3
<!-- $t is vue-i18n global function to translate lang -->
4
4
<el-input v-model =" filename" :placeholder =" $t('zip.placeholder')" style =" width :300px ;" prefix-icon =" el-icon-document" />
5
- <el-button :loading =" downloadLoading" style =" margin-bottom :20px ;" type =" primary" icon =" document" @click =" handleDownload" >
5
+ <el-button :loading =" downloadLoading" style =" margin-bottom :20px ;" type =" primary" icon =" el-icon- document" @click =" handleDownload" >
6
6
{{ $t('zip.export') }} Zip
7
7
</el-button >
8
8
<el-table v-loading =" listLoading" :data =" list" element-loading-text =" 拼命加载中" border fit highlight-current-row >
You can’t perform that action at this time.
0 commit comments