| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!-- 学习任务列表 -->
- <template>
- <view class="safetyEducationExamination-study">
-
- </view>
- </template>
- <script>
- // import {
- // systemMineUserEdit
- // } from '@/pages_safetyEducationExamination/api/index.js'
- // import {
- // workbench
- // } from '@/pages_safetyEducationExamination/component/workbench/index'
- export default {
- // components: {
- // workbench,
- // },
- data() {
- return {
-
- }
- },
- created() {
-
- },
- onShow() {
-
- },
- methods: {
- },
-
- }
- </script>
- <style lang="stylus" scoped>
- .safetyEducationExamination-study {
- height: 100%;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- background-color: #f0f4fb;
- }
- </style>
|