| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!-- 实验室绑定 -->
- <template>
- <view class="labBinding-component">
- </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>
- .labBinding-component {
-
- }
- </style>
|