forked from liweijie/education
1 line
3.2 KiB
JSON
1 line
3.2 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=style&index=0&id=31859a28&scoped=true&lang=scss","dependencies":[{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\views\\teachingLog\\organLog\\index.vue","mtime":1787567871710},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\css-loader\\dist\\cjs.js","mtime":1787309792478},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1787309794547},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\postcss-loader\\src\\index.js","mtime":1787309793084},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\sass-loader\\dist\\cjs.js","mtime":1787309791955},{"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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg0KLnBhZ2UtY29udGFpbmVyIHsNCiAgcGFkZGluZzogMjBweDsNCn0NCg0KLnRhYi1jYXJkIHsNCiAgLm9yZ2FuLXRhYnMgew0KICAgIDo6di1kZWVwIC5lbC10YWJzX19oZWFkZXIgew0KICAgICAgbWFyZ2luLWJvdHRvbTogOHB4Ow0KICAgIH0NCg0KICAgIDo6di1kZWVwIC5lbC10YWJzX19jb250ZW50IHsNCiAgICAgIHBhZGRpbmctdG9wOiA0cHg7DQogICAgfQ0KICB9DQp9DQo="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/views/teachingLog/organLog","sourcesContent":["<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\">\r\n <log-view v-if=\"activeTab === 'query'\" />\r\n </el-tab-pane>\r\n <el-tab-pane label=\"已上报机关教学日志\" name=\"reported\">\r\n <reported-view v-if=\"activeTab === 'reported'\" />\r\n </el-tab-pane>\r\n <el-tab-pane label=\"机关已审核教学日志\" name=\"audited\">\r\n <audited-view v-if=\"activeTab === 'audited'\" />\r\n </el-tab-pane>\r\n </el-tabs>\r\n </el-card>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport LogView from './components/logView.vue'\r\nimport ReportedView from './components/reportedView.vue'\r\nimport AuditedView from './components/auditedView.vue'\r\n\r\nexport default {\r\n name: 'OrganLog',\r\n components: { LogView, ReportedView, AuditedView },\r\n data() {\r\n return {\r\n activeTab: 'query'\r\n }\r\n }\r\n}\r\n</script>\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 ::v-deep .el-tabs__header {\r\n margin-bottom: 8px;\r\n }\r\n\r\n ::v-deep .el-tabs__content {\r\n padding-top: 4px;\r\n }\r\n }\r\n}\r\n</style>"]}]} |