la 2 роки тому
батько
коміт
e82f75ffd1

+ 2 - 0
src/components/leftSider/index.vue

@@ -39,9 +39,11 @@ import { useRouter } from "vue-router";
 const router = useRouter();
 import { Document, Location, Setting} from '@element-plus/icons-vue';
 
+//开启
 const handleOpen = (key: string, keyPath: string[]) => {
   console.log(key, keyPath)
 }
+
 const handleClose = (key: string, keyPath: string[]) => {
   console.log(key, keyPath)
 }

+ 1 - 0
src/pages/ksfx/cjfx_jstj.vue

@@ -222,6 +222,7 @@ const tableData = [
 
 
 <style lang="scss" scoped>
+@import '@/styles/ksfx.css';
 ::v-deep .el-sub-menu__title {
   background: #003eee;
   color: #fff;

+ 13 - 0
src/pages/ksfx/index.vue

@@ -0,0 +1,13 @@
+<template>
+  <div>
+    成绩分析主页
+  </div>
+</template>
+
+<script setup lang="ts">
+
+</script>
+
+<style scoped>
+
+</style>