| 123456789101112131415161718192021222324252627282930313233343536 |
- <!-- 选择实验室 -->
- <template>
- <view id="gasCylinderSelectLab">
-
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- }
- },
- onLoad(option) {
-
- },
- onShow() {
- },
- methods: {
-
- }
- }
- </script>
- <style lang="stylus" scoped>
- #gasCylinderSelectLab {
- height: 100%;
- width: 100%;
- display flex ;
- flex-direction column;
- overflow: hidden;
- }
- </style>
|