File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
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 @@ -228,7 +228,7 @@ export default {
228
228
dangerouslyUseHTMLString: true ,
229
229
message: `
230
230
<div>Role Key: ${ key} </div>
231
- <div>Role Nmae : ${ name} </div>
231
+ <div>Role Name : ${ name} </div>
232
232
<div>Description: ${ description} </div>
233
233
` ,
234
234
type: ' success'
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 1
1
<template >
2
2
<div class =" app-container" >
3
3
<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" >
5
5
Export Zip
6
6
</el-button >
7
7
<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