File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33 <el-tabs v-model =" activeName" >
44 <el-tab-pane label =" use clipboard directly" name =" directly" >
55 <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)" >
77 copy
88 </el-button >
99 </el-tab-pane >
1010 <el-tab-pane label =" use clipboard by v-directive" name =" v-directive" >
1111 <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" >
1313 copy
1414 </el-button >
1515 </el-tab-pane >
Original file line number Diff line number Diff line change 77
88 <pan-thumb :image =" image" />
99
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" >
1111 Change Avatar
1212 </el-button >
1313
Original file line number Diff line number Diff line change 4949 <div style =" height :100px ;" >
5050 <el-form :model =" demo" :rules =" demoRules" >
5151 <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 =" 输入标题" >
5353 标题
5454 </md-input >
5555 </el-form-item >
Original file line number Diff line number Diff line change 11<template >
22 <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" >
44 返回
55 </el-button >
66 <el-row >
Original file line number Diff line number Diff line change 55 <FilenameOption v-model =" filename" />
66 <AutoWidthOption v-model =" autoWidth" />
77 <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" >
99 Export Excel
1010 </el-button >
1111 <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 11<template >
22 <div class =" app-container" >
33
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 >
55
66 <el-table
77 ref =" multipleTable"
Original file line number Diff line number Diff line change 11<template >
22 <div class =" app-container" >
33 <el-input v-model =" filename" placeholder =" Please enter the file name (default excel-list)" style =" width :350px ;" prefix-icon =" el-icon-document" />
4- <el-button :loading =" downloadLoading" style =" margin-bottom :20px " type =" primary" icon =" document" @click =" handleDownload" >
4+ <el-button :loading =" downloadLoading" style =" margin-bottom :20px " type =" primary" icon =" el-icon- document" @click =" handleDownload" >
55 Export Selected Items
66 </el-button >
77 <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 {
3636 }
3737 },
3838 created () {
39- // init the default selected tab
39+ // init the default selected tab
4040 const tab = this .$route .query .tab
4141 if (tab) {
4242 this .activeName = tab
Original file line number Diff line number Diff line change 11<template >
22 <div class =" app-container" >
33 <el-input v-model =" filename" placeholder =" Please enter the file name (default file)" style =" width :300px ;" prefix-icon =" el-icon-document" />
4- <el-button :loading =" downloadLoading" style =" margin-bottom :20px ;" type =" primary" icon =" document" @click =" handleDownload" >
4+ <el-button :loading =" downloadLoading" style =" margin-bottom :20px ;" type =" primary" icon =" el-icon- document" @click =" handleDownload" >
55 Export Zip
66 </el-button >
77 <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