Browse Source

招聘会无数据提示语

Xiao_123 3 weeks ago
parent
commit
55998851a3

+ 1 - 1
src/views/recruit/enterprise/jobFair/index.vue

@@ -19,7 +19,7 @@
         </div>
         </div>
       </v-card>
       </v-card>
     </div>
     </div>
-    <Empty v-else :elevation="false" message="暂无进行中的招聘会,去看看其他吧~" />
+    <Empty v-else :elevation="false" message="暂无招聘会,去看看其他吧~" />
     <CtPagination
     <CtPagination
       v-if="total > 0"
       v-if="total > 0"
       :total="total"
       :total="total"

+ 1 - 1
src/views/recruit/personal/jobFair/index.vue

@@ -37,7 +37,7 @@ const list = ref([])
 const query = ref({
 const query = ref({
   pageNo: 1,
   pageNo: 1,
   pageSize: 4,
   pageSize: 4,
-	status: '0'
+	status: '0' // 进行中
 })
 })
 
 
 // 招聘会列表
 // 招聘会列表