| | |
| | | </div> |
| | | <div class="search-first"> |
| | | <el-form-item label="文件名称:"> |
| | | <el-input v-model="searchForm.nickName" placeholder="请输入" clearable /> |
| | | <el-input v-model="searchForm.name" placeholder="请输入" clearable /> |
| | | </el-form-item> |
| | | <div class="search-btn"> |
| | | <el-button type="primary" icon="el-icon-search" @click="handleSearch">搜索</el-button> |
| | |
| | | children: 'childrens', |
| | | }; |
| | | const fileFormatOption = [ |
| | | { |
| | | value: '', |
| | | label: '全部', |
| | | }, |
| | | { |
| | | value: '0', |
| | | label: '照片', |
| | |
| | | label: 'AI识别', |
| | | }, |
| | | { |
| | | value: '3', |
| | | value: '5', |
| | | label: '全景', |
| | | }, |
| | | { |
| | |
| | | const timeFormat = 'YYYY-MM-DD HH:mm:ss'; |
| | | const searchForm = reactive({ |
| | | jobName: '', //任务名称 |
| | | nickName: '', //文件名称 |
| | | name: '', //文件名称 |
| | | areaCode: userAreaCode.value, // 区域code |
| | | endTime: endTime.format(timeFormat), // 结束时间 |
| | | startTime: startTime.format(timeFormat), // 开始时间 |