浏览代码

文字更改

lifanagju_citu 10 月之前
父节点
当前提交
3848804c5a

+ 8 - 8
src/views/recruit/enterprise/statistics/components/overview.vue

@@ -19,14 +19,14 @@ import * as echarts from 'echarts'
 
 // 数据概况
 const overview = ref([
-  { title: '我看过', value: 86, desc: '' },
-  { title: '看过我', value: 12, desc: '' },
-  { title: '我打招呼', value: 0, desc: '' },
-  { title: '牛人新招呼', value: 4, desc: '' },
-  { title: '我沟通', value: 0, desc: '' },
-  { title: '收获简历', value: 5, desc: '' },
-  { title: '交换电话微信', value: 2, desc: '' },
-  { title: '接受面试', value: 0, desc: '' }
+  { title: '职位浏览量', value: 86, desc: '' },
+  { title: '收到简历量', value: 12, desc: '' },
+  { title: '查看收到简历', value: 0, desc: '' },
+  { title: '已处理简历', value: 4, desc: '' },
+  { title: '主动联系我的人', value: 0, desc: '' },
+  { title: '我主动联系的人', value: 5, desc: '' },
+  // { title: '交换电话微信', value: 2, desc: '' },
+  { title: '面试数量', value: 0, desc: '' }
 ])
 
 onMounted(() => {

+ 1 - 1
src/views/recruit/enterprise/statistics/overallAnalysis.vue

@@ -16,7 +16,7 @@
     </div>
     <div class="mt-10">
       <v-tabs v-model="tab" align-tabs="start" color="primary" bg-color="#f7f8fa">
-        <v-tab :value="1">数据概况</v-tab>
+        <v-tab :value="1">招聘进展</v-tab>
       </v-tabs>
       <Overview class="mt-5"></Overview>
     </div>