调整
This commit is contained in:
@@ -23,13 +23,13 @@
|
||||
<!-- >-->
|
||||
<!-- </a-select>-->
|
||||
<!-- </div>-->
|
||||
<div class="ele-admin-header-tool-item" @click="myOrder"> 费用 </div>
|
||||
<!-- <div class="ele-admin-header-tool-item" @click="myOrder"> 费用 </div>-->
|
||||
<!-- 工单系统 -->
|
||||
<div class="ele-admin-header-tool-item">
|
||||
<a-dropdown placement="bottom" :overlay-style="{ minWidth: '100px' }">
|
||||
<div class="ele-admin-header-avatar">
|
||||
<span :class="{ 'hidden-sm-and-down': styleResponsive }"> 工单 </span>
|
||||
</div>
|
||||
<!-- <div class="ele-admin-header-avatar">-->
|
||||
<!-- <span :class="{ 'hidden-sm-and-down': styleResponsive }"> 工单 </span>-->
|
||||
<!-- </div>-->
|
||||
<template #overlay>
|
||||
<a-menu :selectable="false" @click="onUserDropClick">
|
||||
<a-menu-item key="taskAdd">
|
||||
@@ -143,7 +143,7 @@
|
||||
<div class="ele-cell" align="center">
|
||||
<div class="ele-cell-content">
|
||||
<logout-outlined />
|
||||
{{ t('layout.header.logout') }}
|
||||
退出登录
|
||||
</div>
|
||||
</div>
|
||||
</a-menu-item>
|
||||
@@ -240,8 +240,8 @@
|
||||
} else if (key === 'logout') {
|
||||
// 退出登录
|
||||
Modal.confirm({
|
||||
title: t('layout.logout.title'),
|
||||
content: t('layout.logout.message'),
|
||||
title: '提示',
|
||||
content: '确认退出吗',
|
||||
icon: createVNode(ExclamationCircleOutlined),
|
||||
maskClosable: true,
|
||||
onOk: () => {
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
<template>
|
||||
<div class="ele-text-center" style="padding: 16px 0">
|
||||
<div class="ele-text-secondary" style="margin-top: 8px">
|
||||
{{ t('layout.footer.copyright') }}
|
||||
<!-- {{ t('layout.footer.copyright') }}-->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { useI18n } from 'vue-i18n';
|
||||
// import { useI18n } from 'vue-i18n';
|
||||
|
||||
const { t } = useI18n();
|
||||
// const { t } = useI18n();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user