配置详情修改
This commit is contained in:
parent
d0372989dc
commit
e11662e6a4
@ -154,6 +154,10 @@
|
||||
@click="clearSettings"
|
||||
v-if="permEdit"
|
||||
>清空</el-button>
|
||||
<el-button
|
||||
size="small"
|
||||
@click="viewSettings"
|
||||
>查看所有</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</el-col>
|
||||
@ -605,6 +609,9 @@ export default {
|
||||
delSetting(val) {
|
||||
this.clickOp(val)
|
||||
},
|
||||
viewSettings() {
|
||||
this.$router.push('/games/settings')
|
||||
},
|
||||
clickOp(val) {
|
||||
this.changTip()
|
||||
const key = val.key
|
||||
|
Loading…
x
Reference in New Issue
Block a user