| | |
| | | <template> |
| | | <el-row class="layout"> |
| | | <el-col :span="16"> |
| | | <el-col :span="12"> |
| | | <el-form :inline="true" :model="formSearch"> |
| | | <el-form-item label="总任务"> |
| | | <!-- <el-input v-model="formSearch.topTaskId" placeholder="总任务" /> --> |
| | |
| | | </el-form-item> |
| | | </el-form> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-col :span="12"> |
| | | <el-row justify="end"> |
| | | <slot name="summary"></slot> |
| | | </el-row> |
| | |
| | | |
| | | <script> |
| | | import taskApi from '@/api/fysp/taskApi'; |
| | | import { enumScene_2NA } from "@/enum/scene"; |
| | | import { enumScene } from "@/enum/scene"; |
| | | |
| | | export default { |
| | | emits: ['onSubmit'], |
| | | data() { |
| | | return { |
| | | topTasks: [], |
| | | sceneTypes: enumScene_2NA(), |
| | | sceneTypes: enumScene(2, false), |
| | | formSearch: { |
| | | topTaskId: '', |
| | | sceneTypeId: '', |