Browse Source

日志时间按照最新时间查询

返回首页关闭当前页面
master
yangzongjia 2 years ago
parent
commit
5def9b9e60
  1. 15
      src/layout/components/Navbar.vue
  2. 2
      src/views/baojingchaxun/baojingchaxunList.vue

15
src/layout/components/Navbar.vue

@ -1,7 +1,8 @@
<template>
<div>
<div class="navbar">
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png" style="width: 45px;height: 45px;margin-right: 10px;"/>汇融云眼贷后监管平台</p>
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png"
style="width: 45px;height: 45px;margin-right: 10px;" />汇融云眼贷后监管平台</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu">
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
@ -10,7 +11,7 @@
<img @click="toxiaoxi()" src="@/assets/images/info.png">
</el-badge>
<!-- <img src="@/assets/images/dy.png" @click="logout"> -->
<span class="backToHome"><i class="el-icon-back"></i>返回首页</span>
<span class="backToHome" @click="logout"><i class="el-icon-back"></i>返回首页</span>
</div>
</div>
<el-footer class="footer" height="40px">Copyright © {{ year }} 技术支持集团 All Rights Reserved</el-footer>
@ -38,7 +39,7 @@
},
methods: {
logout() {
// this.$router.push({ path: '/home' })
this.$router.push({ path: '/home' })
window.opener = null
window.open('about:blank', '_top').close()
},
@ -78,7 +79,8 @@
align-items: center;
color: #fff;
font-size: 24px;
line-height: 60px;font-weight: bold;
line-height: 60px;
font-weight: bold;
margin: 0;
float: left;
}
@ -171,12 +173,15 @@
font-size: 14px;
color: #666;
}
::v-deep .el-badge__content{position: relative;
::v-deep .el-badge__content {
position: relative;
height: 20px;
line-height: 20px;
padding: 0 6px;
}
::v-deep .el-badge__content.is-fixed {
position: absolute;
top: 17px;

2
src/views/baojingchaxun/baojingchaxunList.vue

@ -109,7 +109,7 @@ export default {
listLoading: false,
listQuery: {
current: 1,
size: 5,
size: 10,
total: 10
},
supplierType_list: [

Loading…
Cancel
Save