|
@@ -27,7 +27,7 @@
|
|
class="!w-200px"
|
|
class="!w-200px"
|
|
@change="handleQuery"
|
|
@change="handleQuery"
|
|
>
|
|
>
|
|
- <el-option v-for="(val, index) in ['待解析', '解析成功']" :label="val" :value="val" :key="index" />
|
|
|
|
|
|
+ <el-option v-for="(val, index) in ['待解析', '部分解析成功', '解析成功']" :label="val" :value="val" :key="index" />
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<div class="text-center mb-12px">
|
|
<div class="text-center mb-12px">
|
|
@@ -171,17 +171,12 @@
|
|
<script setup>
|
|
<script setup>
|
|
defineOptions({ name: 'TalentMapStoreIndex' })
|
|
defineOptions({ name: 'TalentMapStoreIndex' })
|
|
import { dateFormatter } from '@/utils/formatTime'
|
|
import { dateFormatter } from '@/utils/formatTime'
|
|
-import { talentLabelingApi } from '@/api/menduner/system/talentMap/labeling'
|
|
|
|
-import { TalentMap } from '@/api/menduner/system/talentMap'
|
|
|
|
import Search from './components/search.vue'
|
|
import Search from './components/search.vue'
|
|
import webAnalysis from './components/webAnalysis.vue'
|
|
import webAnalysis from './components/webAnalysis.vue'
|
|
import { useUpload } from '@/components/UploadFile/src/useUpload'
|
|
import { useUpload } from '@/components/UploadFile/src/useUpload'
|
|
-import { commonApi } from '@/api/menduner/common'
|
|
|
|
-import { Base64 } from 'js-base64'
|
|
|
|
import Info from '@/views/menduner/system/person/details/components/info.vue'
|
|
import Info from '@/views/menduner/system/person/details/components/info.vue'
|
|
import expExtend from '@/views/menduner/system/person/details/components/expExtend.vue'
|
|
import expExtend from '@/views/menduner/system/person/details/components/expExtend.vue'
|
|
import Attachment from '@/views/menduner/system/person/details/components/attachment.vue'
|
|
import Attachment from '@/views/menduner/system/person/details/components/attachment.vue'
|
|
-import { talentWebParsingApi } from '@/api/menduner/system/talentMap/webParsing'
|
|
|
|
import { ElLoading } from 'element-plus'
|
|
import { ElLoading } from 'element-plus'
|
|
import { talentGatherApi } from '@/api/menduner/system/talentMap/gather'
|
|
import { talentGatherApi } from '@/api/menduner/system/talentMap/gather'
|
|
import TaskDetail from './components/detail.vue'
|
|
import TaskDetail from './components/detail.vue'
|