| | |
| | | <el-text>{{ dateStr }}计划</el-text> |
| | | </el-space> |
| | | <div v-show="create && data && data.length > 0"> |
| | | <el-button |
| | | icon="IconPrinter" |
| | | type="success" |
| | | size="small" |
| | | plain |
| | | @click="handleInspectFileDownload" |
| | | >单据打印</el-button |
| | | > |
| | | <el-button type="success" size="small" plain @click="handleInspectFileDownload"> |
| | | <el-icon class="el-icon--left"> |
| | | <Icon icon="solar:printer-minimalistic-line-duotone" /> |
| | | </el-icon> |
| | | 单据打印 |
| | | </el-button> |
| | | <el-button type="success" size="small" @click="add" icon="Switch">任务调整</el-button> |
| | | <el-button type="primary" size="small" @click="openMap"> |
| | | 任务地图<el-icon class="el-icon--right"><Right /></el-icon> |
| | |
| | | import CompSubTaskEdit from './CompSubTaskEdit.vue' |
| | | import SceneInspectFile from '@/views/inspection/scene/SceneInspectFile.vue' |
| | | import subtaskApi from '@/api/fysp/subtaskApi' |
| | | import { Icon } from '@iconify/vue' |
| | | |
| | | const props = defineProps({ |
| | | modelValue: Array, |