<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>