mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-10 19:12:02 +00:00
[Eslint]
This commit is contained in:
parent
d891b55d0b
commit
6ed638a9a1
@ -14,7 +14,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="4"></el-col>
|
<el-col :span="4" />
|
||||||
</el-row>
|
</el-row>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<PageHeading :title="title"></PageHeading>
|
<PageHeading :title="title" />
|
||||||
<div class="wrapper-content">
|
<div class="wrapper-content" />
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ export default {
|
|||||||
},
|
},
|
||||||
needTagsView() {
|
needTagsView() {
|
||||||
return false
|
return false
|
||||||
return this.$store.state.settings.tagsView
|
// return this.$store.state.settings.tagsView
|
||||||
},
|
},
|
||||||
classObj() {
|
classObj() {
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user