소스 검색

新增职业偏好页面

cornyuan 7 달 전
부모
커밋
1610b7ddcb
2개의 변경된 파일410개의 추가작업 그리고 804개의 파일을 삭제
  1. 403 802
      src/views/recruit/postPreference.vue
  2. 7 2
      src/views/recruit/postSkill.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 403 - 802
src/views/recruit/postPreference.vue


+ 7 - 2
src/views/recruit/postSkill.vue

@@ -29,7 +29,7 @@
 					</el-table-column>
 					<el-table-column prop="updateTime" label="更新时间" width="180">
 					</el-table-column>
-					<el-table-column label="操作" prop="id" width="150" fixed='right' align="center">
+					<el-table-column label="操作" prop="id" width="200" fixed='right' align="center">
 						<template slot-scope="scope">
 							<el-button size="mini" type="primary" style="margin: 5px;"
 								@click="classList(scope.row,2)">职业技能列表
@@ -262,7 +262,9 @@
 					this.parentId = row.parentId;
 					this.gameStatus = row.isEnable
 					this.ruleClassifyId = row.ruleClassifyId
-
+					this.sanjiTypr = ''
+					this.erjiId = ''
+					this.yijiid = ''
 					if(jibie==2){
 						this.titles = '修改职业技能'	
 					}
@@ -282,6 +284,9 @@
 					this.postSkillName = ''
 					this.sort = 1
 					this.gameStatus = 1
+					this.sanjiTypr = ''
+					this.erjiId = ''
+					this.yijiid = ''
 
 				}
 				this.dialogFormVisible9 = true

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.