1234567891011121314151617181920212223242526 |
- <!-- 统计报表 -->
- <template>
- <view class="report">
-
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- }
- },
- methods: {
-
- }
- }
- </script>
- <style lang="scss">
- page {
- background-color: #1767F2;
- min-height: calc(100vh - 44px);
- }
- </style>
|