wkw 7 сар өмнө
parent
commit
a07a956a02

+ 7 - 4
src/views/enterpriseList/info.vue

@@ -42,7 +42,7 @@
 					招聘职位
 				</div>
 				<div class="jobList-box-list flex justify-between flex-wrap">
-					<block v-if="JobList.length > 0">
+					<template v-if="JobList.length > 0">
 						<div @click="goJobInfo(item)" v-for="(item, index) in JobList" :key="index"
 							class="jobList-box-list-item">
 							<div class="jobList-box-list-itemt flex align-center justify-between">
@@ -69,7 +69,7 @@
 								</div>
 							</div>
 						</div>
-					</block>
+					</template>
 					<view class="no-more" v-else>暂无招聘职位</view>
 					<div class="jobList-box-list-item" style="height: 0px;border: none;padding: 0 16px;"></div>
 				</div>
@@ -121,8 +121,8 @@
 					<div class="introduce-box-l-title">
 						公司风采
 					</div>
-					<div class="introduce-box-l-contont" v-if="companyInfo.photos">
-						<div class="photo" v-for="(talent, index) in companyInfo.photos" :key="index">
+					<div class="introduce-box-l-contont flex flex-wrap" v-if="companyInfo.photos" style="gap: 16px;">
+						<div class="photo flex flex-wrap" v-for="(talent, index) in companyInfo.photos" :key="index">
 							<img mode="widthFix" :src="talent" class="photoImage"></img>
 						</div>
 					</div>
@@ -542,4 +542,7 @@
 		margin-top: 20px;
 		line-height: 42px;
 	}
+	.photoImage{
+		width: 300px;
+	}
 </style>

+ 6 - 6
src/views/interview/interview.vue

@@ -14,7 +14,7 @@
 			<div class="content-box flex justify-between">
 				<div v-if="jobDataList.length>0" class="content-l" v-loading="loading">
 					<div class="content-l-item" v-for="(item,index) in jobDataList" :key="index">
-						<block v-if="tabIndex == 0 || tabIndex == 3">
+						<template v-if="tabIndex == 0 || tabIndex == 3">
 							<div class="content-l-item-top flex align-center justify-between">
 								<div class="content-l-item-top-l flex align-center">
 									{{ item.ruleClassifyName }}
@@ -47,8 +47,8 @@
 									<el-button @click="goInfo(item)">查看岗位</el-button>
 								</div>
 							</div>
-						</block>
-						<block v-if="tabIndex == 1">
+						</template>
+						<template v-if="tabIndex == 1">
 							<div class="content-l-item-top flex align-center justify-between" v-if="item.postPush">
 								<div class="content-l-item-top-l flex align-center">
 									{{ item.postPush.ruleClassifyName }}
@@ -83,8 +83,8 @@
 									<el-button @click="goInfo(item)">查看岗位</el-button>
 								</div>
 							</div>
-						</block>
-						<block v-if="tabIndex == 2">
+						</template>
+						<template v-if="tabIndex == 2">
 							<div class="content-l-item-top flex align-center justify-between" v-if="item.postPush">
 								<div class="content-l-item-top-l flex align-center">
 									{{ item.postPush.ruleClassifyName }}
@@ -151,7 +151,7 @@
 									<el-button @click="goInfo(item)">查看岗位</el-button>
 								</div>
 							</div>
-						</block>
+						</template>
 					</div>
 					<!-- 分页 -->
 					<div class="content-l-item-pag flex align-center justify-center">

+ 5 - 5
src/views/resume/addResume.vue

@@ -371,12 +371,12 @@
                                     <div class="box-card-i flex align-center">
                                         <el-icon style="margin-right: 10px">
                                             <Finished />
-                                        </el-icon>岗位:<block v-if="jobTypeList.length > 0">
-                                            <block v-for="(item, index) in jobTypeList" :key="index">
+                                        </el-icon>岗位:<template v-if="jobTypeList.length > 0">
+                                            <template v-for="(item, index) in jobTypeList" :key="index">
                                                 {{ item.ruleClassifyName }}
-                                            </block>
-                                        </block>
-                                        <block v-else>暂无岗位</block>
+                                            </template>
+                                        </template>
+                                        <template v-else>暂无岗位</template>
                                     </div>
                                     <div class="box-card-i flex align-center">
                                         <el-icon style="margin-right: 10px">