| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <template>
- <view id="equipmentInformationListPage">
- 2
- </view>
- </template>
- <script>
- import {
- demo1,
- } from '@/pages_equipmentUtilization/api/index.js'
- export default {
- data() {
- return {
-
- }
- },
- onLoad(option) {
-
- },
- onShow() {
-
- },
- mounted() {
- },
- methods: {
-
- },
- }
- </script>
- <style lang="stylus" scoped>
- #equipmentInformationListPage {
- height: 100%;
- flex:1;
- display:flex;
- flex-direction:column;
- overflow-y: scroll;
- }
- </style>
|