mirror of
https://github.com/MCSManager/UI.git
synced 2024-11-27 08:39:51 +08:00
修改 文件管理位置
This commit is contained in:
parent
3d2032ac76
commit
8b9a78427b
@ -151,16 +151,7 @@
|
||||
>终端设置</el-button
|
||||
>
|
||||
</el-col>
|
||||
<el-col :sm="12" :offset="0" class="row-mb">
|
||||
<el-button
|
||||
:disabled="!available"
|
||||
icon="el-icon-folder-opened"
|
||||
style="width: 100%"
|
||||
size="small"
|
||||
@click="toFileManager"
|
||||
>文件管理</el-button
|
||||
>
|
||||
</el-col>
|
||||
|
||||
<el-col :sm="12" :offset="0" class="row-mb">
|
||||
<el-button
|
||||
:disabled="!available"
|
||||
@ -201,6 +192,16 @@
|
||||
>终端日志</el-button
|
||||
>
|
||||
</el-col>
|
||||
<el-col :sm="24" :offset="0" class="row-mb">
|
||||
<el-button
|
||||
:disabled="!available"
|
||||
icon="el-icon-folder-opened"
|
||||
style="width: 100%"
|
||||
size="small"
|
||||
@click="toFileManager"
|
||||
>文件管理</el-button
|
||||
>
|
||||
</el-col>
|
||||
<el-col :sm="24" :offset="0" v-if="isTopPermission">
|
||||
<el-button
|
||||
:disabled="!available"
|
||||
|
Loading…
Reference in New Issue
Block a user