Files
education/frontend/node_modules/.cache/vue-loader/9a73f3dafff82458f69531422d6de1a0.json
T

1 line
2.5 KiB
JSON

{"remainingRequest":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\views\\teachingLog\\organLog\\index.vue?vue&type=script&setup=true&lang=ts","dependencies":[{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\views\\teachingLog\\organLog\\index.vue","mtime":1787312119794},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1787309791955},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js","mtime":1787309793790}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:DQppbXBvcnQgeyByZWYgfSBmcm9tICd2dWUnDQppbXBvcnQgTG9nVmlldyBmcm9tICcuL2NvbXBvbmVudHMvbG9nVmlldy52dWUnDQppbXBvcnQgUmVwb3J0ZWRWaWV3IGZyb20gJy4vY29tcG9uZW50cy9yZXBvcnRlZFZpZXcudnVlJw0KaW1wb3J0IEF1ZGl0ZWRWaWV3IGZyb20gJy4vY29tcG9uZW50cy9hdWRpdGVkVmlldy52dWUnDQoNCi8vIOW9k+WJjea/gOa0u+eahCB0YWLvvIzkuI7oj5zljZXot6/nlLHogZTliqjvvIjlj6/nu48gcXVlcnkgLyDnvJbnoIHmmKDlsITvvIkNCmNvbnN0IGFjdGl2ZVRhYiA9IHJlZigncXVlcnknKQ0K"},{"version":3,"sources":["index.vue"],"names":[],"mappings":";AACA;AACA;AACA;AACA;;AAEA;AACA","file":"index.vue","sourceRoot":"src/views/teachingLog/organLog","sourcesContent":["<script setup lang=\"ts\">\r\nimport { ref } from 'vue'\r\nimport LogView from './components/logView.vue'\r\nimport ReportedView from './components/reportedView.vue'\r\nimport AuditedView from './components/auditedView.vue'\r\n\r\n// 当前激活的 tab,与菜单路由联动(可经 query / 编码映射)\r\nconst activeTab = ref('query')\r\n</script>\r\n\r\n<template>\r\n <div class=\"page-container\">\r\n <el-card shadow=\"never\" class=\"tab-card\">\r\n <el-tabs v-model=\"activeTab\" class=\"organ-tabs\">\r\n <el-tab-pane label=\"教学日志管理查询\" name=\"query\" lazy>\r\n <LogView />\r\n </el-tab-pane>\r\n <el-tab-pane label=\"已上报机关教学日志\" name=\"reported\" lazy>\r\n <ReportedView />\r\n </el-tab-pane>\r\n <el-tab-pane label=\"机关已审核教学日志\" name=\"audited\" lazy>\r\n <AuditedView />\r\n </el-tab-pane>\r\n </el-tabs>\r\n </el-card>\r\n </div>\r\n</template>\r\n\r\n<style scoped lang=\"scss\">\r\n.page-container {\r\n padding: 20px;\r\n}\r\n\r\n.tab-card {\r\n .organ-tabs {\r\n :deep(.el-tabs__header) {\r\n margin-bottom: 8px;\r\n }\r\n\r\n :deep(.el-tabs__content) {\r\n padding-top: 4px;\r\n }\r\n }\r\n}\r\n</style>"]}]}