mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
修改页面显示
This commit is contained in:
@@ -573,7 +573,7 @@
|
||||
<router-link to="/employeelearning">员工学习数据</router-link>
|
||||
</a-menu-item>
|
||||
</a-sub-menu>
|
||||
<a-menu-item key="sub17-4" v-if="checkMenu('trainingnewmanager')||getReportOrgs()">
|
||||
<a-menu-item key="sub17-4" v-if="checkMenu('trainingnewmanager')||checkOrgs()">
|
||||
<span
|
||||
:class="{
|
||||
circleActive: selectedKeys[0] === 'sub17-4' ? true : false,
|
||||
@@ -706,11 +706,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {reactive, toRefs, onMounted, onUnmounted, watch} from "vue";
|
||||
import {reactive, toRefs, onMounted, onUnmounted, watch } from "vue";
|
||||
import {useRoute} from "vue-router";
|
||||
import {useStore} from "vuex";
|
||||
import {checkMenu} from "@/utils/utils";
|
||||
|
||||
import {checkMenu,checkOrgs} from "@/utils/utils";
|
||||
import { reportOrgs } from "@/api/indexProject";
|
||||
export default {
|
||||
name: "NavLeft",
|
||||
setup() {
|
||||
@@ -1186,6 +1186,7 @@ export default {
|
||||
return {
|
||||
...toRefs(state),
|
||||
checkMenu,
|
||||
checkOrgs,
|
||||
onOpenChange,
|
||||
selectItem,
|
||||
packUp,
|
||||
|
||||
Reference in New Issue
Block a user