Explorar el Código

用户详情-公司地址,公司简介

cornyuan hace 7 meses
padre
commit
07700b997c

+ 1 - 1
src/views/recruit/positionList.vue

@@ -702,7 +702,7 @@
 			},
 			// 删除岗位
 			stationDelete(row){
-				this.$confirm(`确定删除此条信息?`, '提示', {
+				this.$confirm(`对应的岗位偏好及岗位技能会对应删除,确定删除此条信息?`, '提示', {
 					confirmButtonText: '确定',
 					cancelButtonText: '取消',
 					type: 'warning'

+ 1 - 1
src/views/user/userDetail.vue

@@ -237,7 +237,7 @@
 								<tr v-if="company.companyId">
 									<th class="border-bt">企业简介</th>
 									<td class="border-bt" style="max-width: 200px;">
-										<span>{{company.companyDetails}}</span>
+										<span>{{company.companyContent}}</span>
 
 									</td>
 									<th class="border-bt">到期时间</th>

+ 1 - 1
src/views/user/userDetail1.vue

@@ -237,7 +237,7 @@
 								<tr v-if="company.companyId">
 									<th class="border-bt">企业简介</th>
 									<td class="border-bt" style="max-width: 200px;">
-										<span>{{company.companyDetails}}</span>
+										<span>{{company.companyContent}}</span>
 
 									</td>
 									<th class="border-bt">到期时间</th>

+ 1 - 1
src/views/user/userDetailQ.vue

@@ -231,7 +231,7 @@
 								<tr v-if="company.companyId">
 									<th class="border-bt">企业简介</th>
 									<td class="border-bt" style="mix-width: 400px;">
-										<div>{{company.companyDetails}}</div>
+										<div>{{company.companyContent}}</div>
 
 									</td>
 									<th class="border-bt"></th>

+ 1 - 1
src/views/user/userDetailQ1.vue

@@ -231,7 +231,7 @@
 								<tr v-if="company.companyId">
 									<th class="border-bt">企业简介</th>
 									<td class="border-bt" style="mix-width: 400px;">
-										<div>{{company.companyDetails}}</div>
+										<div>{{company.companyContent}}</div>
 
 									</td>
 									<th class="border-bt"></th>

+ 17 - 17
src/views/user/userListQy.vue

@@ -13,7 +13,7 @@
 					<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入昵称"
 						v-model="campus"></el-input>
 				</div>&emsp;&emsp;
-				<div style="margin:5px;display: inline-block;">
+				<!-- <div style="margin:5px;display: inline-block;">
 					<span>邀请码:</span>
 					<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请码"
 						v-model="invitationCodeT"></el-input>
@@ -22,7 +22,7 @@
 					<span>邀请人邀请码:</span>
 					<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请人邀请码"
 						v-model="inviterCodeT"></el-input>
-				</div>&emsp;&emsp;
+				</div>&emsp;&emsp; -->
 				<div style="margin:5px;display: inline-block;">
 					<span>开始时间:</span>
 					<el-date-picker style="width: 160px;margin-left: 10px;" v-model="startTime" align="right"
@@ -164,7 +164,7 @@
 					<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入昵称"
 						v-model="campus"></el-input>
 				</div>&emsp;&emsp;
-				<div style="margin:5px;display: inline-block;">
+				<!-- <div style="margin:5px;display: inline-block;">
 					<span>邀请码:</span>
 					<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请码"
 						v-model="invitationCodeT"></el-input>
@@ -173,7 +173,7 @@
 					<span>邀请人邀请码:</span>
 					<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请人邀请码"
 						v-model="inviterCodeT"></el-input>
-				</div>&emsp;&emsp;
+				</div>&emsp;&emsp; -->
 				<div style="margin:5px;display: inline-block;">
 					<span>开始时间:</span>
 					<el-date-picker style="width: 160px;margin-left: 10px;" v-model="startTime" align="right"
@@ -315,7 +315,7 @@
 					<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入昵称"
 						v-model="campus"></el-input>
 				</div>&emsp;&emsp;
-				<div style="margin:5px;display: inline-block;">
+				<!-- <div style="margin:5px;display: inline-block;">
 					<span>邀请码:</span>
 					<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请码"
 						v-model="invitationCodeT"></el-input>
@@ -324,7 +324,7 @@
 					<span>邀请人邀请码:</span>
 					<el-input style="width: 150px;" @keydown.enter.native="select" clearable placeholder="请输入邀请人邀请码"
 						v-model="inviterCodeT"></el-input>
-				</div>&emsp;&emsp;
+				</div>&emsp;&emsp; -->
 				<div style="margin:5px;display: inline-block;">
 					<span>开始时间:</span>
 					<el-date-picker style="width: 160px;margin-left: 10px;" v-model="startTime" align="right"
@@ -334,7 +334,7 @@
 				<div style="margin:5px;display: inline-block;">
 					<span>截止时间:</span>
 					<el-date-picker style="width: 160px;margin-left: 10px;" v-model="endTime" align="right" type="date"
-						format="yyyy-MM-dd" value-format="yyyy-MM-dd" placeholder="截止时间">
+						format="yyyy-MM-dd" value-format="yyyy-MM-dd" placeholder="选择截止时间">
 					</el-date-picker>
 				</div>
 				<div style="display: inline-block;">
@@ -603,8 +603,8 @@
 				isVip:'',
 				type:1,
 				proportion:'',
-				inviterCodeT: '',
-				invitationCodeT: '',
+				// inviterCodeT: '',
+				// invitationCodeT: '',
 			}
 		},
 		methods: {
@@ -708,8 +708,8 @@
 			handleClick(tab, event) {
 				this.page = 1
 				this.campus = ''
-				this.inviterCodeT = ''
-				this.invitationCodeT = ''
+				// this.inviterCodeT = ''
+				// this.invitationCodeT = ''
 				this.phone = ''
 				this.checkBoxData = []
 
@@ -785,8 +785,8 @@
 				this.campus = ''
 				this.phone = ''
 				this.inviterCodeT = ''
-				this.invitationCodeT = ''
-				this.userResumesStatus = ''
+				// this.invitationCodeT = ''
+				// this.userResumesStatus = ''
 				this.startTime = ''
 				this.endTime = ''
 				this.dataSelect()
@@ -894,8 +894,8 @@
 						'isCompanyVip':this.isCompanyVip,
 						'startTime': this.startTime,
 						'endTime': this.endTime,
-						'inviterCode': this.inviterCodeT,
-						'invitationCode': this.invitationCodeT,
+						// 'inviterCode': this.inviterCodeT,
+						// 'invitationCode': this.invitationCodeT,
 					})
 				}).then(({
 					data
@@ -1159,8 +1159,8 @@
 						'isCompanyVip':this.isCompanyVip,
 						'startTime': this.startTime,
 						'endTime': this.endTime,
-						'inviterCode': this.inviterCodeT,
-						'invitationCode': this.invitationCodeT,
+						// 'inviterCode': this.inviterCodeT,
+						// 'invitationCode': this.invitationCodeT,
 					})
 				}).then(({
 					data