corn hace 7 meses
padre
commit
ecb907ca8d

+ 12 - 12
src/views/recruit/recruitList.vue

@@ -94,7 +94,7 @@
 				<el-table v-loading="tableDataLoading" :data="tableData.records">
 					<el-table-column fixed prop="postPushId" label="编号" width="50">
 					</el-table-column>
-					<el-table-column prop="userName" label="姓名">
+					<el-table-column prop="userName" label="姓名" width="150">
 						<template slot-scope="scope">
 							 <span style="color: #4f9dec;cursor: pointer;" v-if="scope.row.userName"
 								@click="updates(scope.row.userId)" v-text="scope.row.userName"></span>
@@ -131,13 +131,13 @@
 					</el-table-column>
 					<el-table-column prop="tag" label="标签" width="200">
 					</el-table-column>
-					<el-table-column prop="positionWelfare" label="公司福利" width="200">
+					<el-table-column prop="welfareTag" label="公司福利" width="200">
 						<template slot-scope="scope">
 							<div
 								style="display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;max-height:80px;">
 								<el-popover placement="top-start" title="" trigger="hover">
-									<div slot="reference">{{scope.row.positionWelfare}}</div>
-									<div style="width: 400px;">{{scope.row.positionWelfare}}</div>
+									<div slot="reference">{{scope.row.welfareTag}}</div>
+									<div style="width: 400px;">{{scope.row.welfareTag}}</div>
 								</el-popover>
 							</div>
 						</template>
@@ -284,7 +284,7 @@
 				<div style="margin-bottom: 10px;">
 					<span style="width: 200px;display: inline-block;text-align: right;">福利:</span>
 					<div style="margin-left: 200px;">
-						<el-checkbox-group v-model="positionWelfare">
+						<el-checkbox-group v-model="welfareTag">
 							<el-checkbox v-for="(item,index) in flData" :label="item.value" :key="index">
 								{{item.value}}
 							</el-checkbox>
@@ -527,7 +527,7 @@
 				pageL: 1,
 				limitL: 10,
 				flData: [],
-				positionWelfare: [],
+				welfareTag: [],
 				tagList: [],
 				bq: '',
 				companyName: '',
@@ -666,10 +666,10 @@
 					this.yijiid = row.classifyOneId
 					this.erjiId = row.classifyTwoId
 					this.postPushId = row.postPushId
-					if (row.positionWelfare) {
-						this.positionWelfare = row.positionWelfare.split(',');
+					if (row.welfareTag) {
+						this.welfareTag = row.welfareTag.split(',');
 					} else {
-						this.positionWelfare = []
+						this.welfareTag = []
 					}
 					if (row.tag) {
 						this.tagList = row.tag.split(',');
@@ -696,7 +696,7 @@
 					this.province = ''
 					this.city = ''
 					this.district = ''
-					this.positionWelfare = []
+					this.welfareTag = []
 					this.storeAddress = []
 					this.tagList = []
 					this.postPushId = ''
@@ -814,7 +814,7 @@
 					});
 					return
 				}
-				if (this.positionWelfare.length == 0) {
+				if (this.welfareTag.length == 0) {
 					this.$notify({
 						title: '提示',
 						duration: 1800,
@@ -883,7 +883,7 @@
 						'classifyOneId': this.yijiid,
 						'classifyTwoId': this.erjiId,
 						'postPushId': this.postPushId,
-						'positionWelfare': this.positionWelfare.toString(),
+						'welfareTag': this.welfareTag.toString(),
 						'tag': this.tagList.toString(),
 						'lat': this.latitude,
 						'lng': this.longitude,

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

@@ -453,7 +453,7 @@
 				<div class="content_item">
 					<span style="width: 120px;text-align: left;display:inline-block;">专业:</span>
 					<el-input style="width:50%;" disabled class="margin15" placeholder="请输入专业"
-						v-model="dingdanData.resumesMajor" autosize></el-input>
+						v-model="dingdanData.major" autosize></el-input>
 				</div>
 				<div class="content_item">
 					<span style="width: 120px;text-align: left;display:inline-block;">学历:</span>

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

@@ -453,7 +453,7 @@
 				<div class="content_item">
 					<span style="width: 120px;text-align: left;display:inline-block;">专业:</span>
 					<el-input style="width:50%;" disabled class="margin15" placeholder="请输入专业"
-						v-model="dingdanData.resumesMajor" autosize></el-input>
+						v-model="dingdanData.major" autosize></el-input>
 				</div>
 				<div class="content_item">
 					<span style="width: 120px;text-align: left;display:inline-block;">学历:</span>

+ 18 - 18
src/views/user/userList.vue

@@ -12,7 +12,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>
@@ -21,7 +21,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"
@@ -143,7 +143,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>
@@ -152,7 +152,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"
@@ -274,7 +274,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>
@@ -283,7 +283,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"
@@ -404,7 +404,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>
@@ -413,7 +413,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"
@@ -689,8 +689,8 @@
 				isVip: '',
 				type: 1,
 				proportion: '',
-				inviterCodeT: '',
-				invitationCodeT: '',
+				// inviterCodeT: '',
+				// invitationCodeT: '',
 			}
 		},
 		methods: {
@@ -797,8 +797,8 @@
 			handleClick(tab, event) {
 				this.page = 1
 				this.campus = ''
-				this.inviterCodeT = ''
-				this.invitationCodeT = ''
+				// this.inviterCodeT = ''
+				// this.invitationCodeT = ''
 				this.phone = ''
 				this.checkBoxData = []
 				if (tab._props.label == '全部用户') {
@@ -908,8 +908,8 @@
 			cleans() {
 				this.page = 1
 				this.campus = ''
-				this.inviterCodeT = ''
-				this.invitationCodeT = ''
+				// this.inviterCodeT = ''
+				// this.invitationCodeT = ''
 				this.phone = ''
 				this.startTime = ''
 				this.endTime = ''
@@ -1019,8 +1019,8 @@
 						'isCompanyVip': this.isCompanyVip,
 						'startTime': this.startTime,
 						'endTime': this.endTime,
-						'inviterCode': this.inviterCodeT,
-						'invitationCode': this.invitationCodeT,
+						// 'inviterCode': this.inviterCodeT,
+						// 'invitationCode': this.invitationCodeT,
 					})
 				}).then(({
 					data
@@ -1322,8 +1322,8 @@
 						'isCompanyVip': this.isCompanyVip,
 						'startTime': this.startTime,
 						'endTime': this.endTime,
-						'inviterCode': this.inviterCodeT,
-						'invitationCode': this.invitationCodeT,
+						// 'inviterCode': this.inviterCodeT,
+						// 'invitationCode': this.invitationCodeT,
 					})
 				}).then(({
 					data