移植apilogs,新增备注字段

This commit is contained in:
hyt 2024-05-15 11:25:33 +08:00
parent a7e9dbce9f
commit 6eeb79261a
3 changed files with 29 additions and 6 deletions

View File

@ -7,6 +7,7 @@
<el-button type="primary" @click="openFullScreen1" v-loading.fullscreen.lock="fullscreenLoading"
style="position: absolute; top: -100px">
</el-button>
<div style="
position: fixed;
background-color: #fafafa;
@ -1281,4 +1282,4 @@ export default {
::v-deep .el-form-item__content {
height: 34px;
}
</style>
</style>

View File

@ -0,0 +1,22 @@
<template>
<div>
</div>
</template>
<script>
export default {
created() {
window.open('http://192.168.2.79:9999/kangarooDataCenterV3/jmreport/list')
this.$router.go(-1)
}
}
</script>
<style scoped lang="scss">
.box {
display: flex;
//justify-content: center;
//align-items: center;
height: 80vh;
}
</style>

View File

@ -104,11 +104,11 @@ const settingMenu = [
icon: "masterDataMenu03",
path: "displayInfo"
},
{
title: "配置权限",
icon: "masterDataMenu04",
path: "authorily"
},
// {
// title: "配置权限",
// icon: "masterDataMenu04",
// path: "authorily"
// },
{
title: "分发权限",
icon: "masterDataMenu05",