mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
style: Code Style Format (#7351)
This commit is contained in:
parent
c0e0db670c
commit
ed1b2613f2
@ -130,7 +130,7 @@ import { Host } from '@/api/interface/host';
|
|||||||
import { ElMessageBox } from 'element-plus';
|
import { ElMessageBox } from 'element-plus';
|
||||||
import i18n from '@/lang';
|
import i18n from '@/lang';
|
||||||
import { MsgSuccess } from '@/utils/message';
|
import { MsgSuccess } from '@/utils/message';
|
||||||
import {Position} from "@element-plus/icons-vue";
|
import { Position } from '@element-plus/icons-vue';
|
||||||
|
|
||||||
const loading = ref();
|
const loading = ref();
|
||||||
const activeTag = ref('address');
|
const activeTag = ref('address');
|
||||||
|
@ -44,7 +44,11 @@
|
|||||||
<span v-if="!data.isExist">{{ $t('tool.supervisor.notSupport') }}</span>
|
<span v-if="!data.isExist">{{ $t('tool.supervisor.notSupport') }}</span>
|
||||||
<span v-else-if="!data.ctlExist">{{ $t('tool.supervisor.notSupportCrl') }}</span>
|
<span v-else-if="!data.ctlExist">{{ $t('tool.supervisor.notSupportCrl') }}</span>
|
||||||
<span v-else-if="data.init">{{ $t('tool.supervisor.initHelper') }}</span>
|
<span v-else-if="data.init">{{ $t('tool.supervisor.initHelper') }}</span>
|
||||||
<span @click="toDoc()" v-if="!data.isExist || !data.ctlExist" class="flex items-center justify-center gap-0.5">
|
<span
|
||||||
|
@click="toDoc()"
|
||||||
|
v-if="!data.isExist || !data.ctlExist"
|
||||||
|
class="flex items-center justify-center gap-0.5"
|
||||||
|
>
|
||||||
<el-icon><Position /></el-icon>
|
<el-icon><Position /></el-icon>
|
||||||
{{ $t('firewall.quickJump') }}
|
{{ $t('firewall.quickJump') }}
|
||||||
</span>
|
</span>
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column :label="$t('website.sitePath')" prop="sitePath">
|
<el-table-column :label="$t('website.sitePath')" prop="sitePath" width="90px">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-button type="primary" link @click="toFolder(row.sitePath + '/index')">
|
<el-button type="primary" link @click="toFolder(row.sitePath + '/index')">
|
||||||
<el-icon>
|
<el-icon>
|
||||||
@ -134,7 +134,7 @@
|
|||||||
:label="$t('website.expireDate')"
|
:label="$t('website.expireDate')"
|
||||||
prop="expireDate"
|
prop="expireDate"
|
||||||
:sortable="'custom'"
|
:sortable="'custom'"
|
||||||
min-width="120px"
|
min-width="150px"
|
||||||
>
|
>
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<div v-if="row.showdate">
|
<div v-if="row.showdate">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user