12345678910111213141516171819202122232425262728 |
- <template>
-
- </template>
- <script>
- // import questionHandleItem from "@/pages/dzf/components/questionHandleItem.vue"
- //import problemAppealItem from "@/pages/dzf/components/problemAppealItem.vue"
- import {Store} from "@/common/store.js";
- import {enterpriseVisit} from "@/api/dzf/enterpriseVisit.js";
-
-
- </script>
- <style lang="scss" scoped>
- .container {
- padding-bottom: 160rpx;
- }
- .slotContent {
- height: 700rpx;
- overflow-y: auto;
- }
- .scrollLock {
- width: 100%;
- position: fixed;
- }
- </style>
|