| | |
| | | </div> |
| | | <el-scrollbar height="70vh" class="p-h-1"> |
| | | <ClueList :dataList="clueList" @itemSelected="selectClue"> |
| | | <!-- <template #extra> |
| | | <el-button size="small" type="primary" @click="getClues"> |
| | | 发布任务 |
| | | </el-button> |
| | | </template> --> |
| | | </ClueList> |
| | | </el-scrollbar> |
| | | <el-row justify="space-between" class="p-8"> |
| | |
| | | import clueApi from '@/api/clue/clueApi'; |
| | | import { onMapMounted } from '@/components/map/baseMap'; |
| | | import moment from 'moment'; |
| | | import { ref, onMounted } from 'vue'; |
| | | import { ref, onMounted, reactive } from 'vue'; |
| | | |
| | | const emits = defineEmits('itemSelected'); |
| | | |