浏览代码

科技人才更新

guhongwei 5 年之前
父节点
当前提交
79864db786

+ 31 - 46
src/layout/personnel/context.vue

@@ -1,26 +1,24 @@
 <template>
   <div id="rightcont">
-    <el-col class="zhengce">
-      <el-col class="tittop">
-        <el-col class="tittxt">招聘信息</el-col>
+    <el-row>
+      <el-col :span="24" class="top">
+        <span>招聘信息</span>
       </el-col>
-      <el-col class="titleimage">
-        <el-col :span="24">
-          <el-col :span="24" class="bgcolor">
-            <el-col :span="24" class="bgcolorWenzi">
-              <p>公司名称:{{ policyInfo.profession }}</p>
-              <p>招聘职位月薪: {{ policyInfo.salary }}</p>
-              <p>工作地点:{{ policyInfo.workplace }}</p>
-              <p>工作经验:{{ policyInfo.workexp }}</p>
-              <p>学历:{{ policyInfo.education }}</p>
-              <p>招聘人数:{{ policyInfo.people_number }}</p>
-              <p>职位说明:</p>
-              <p>{{ policyInfo.explains }}</p>
-            </el-col>
-          </el-col>
-        </el-col>
+      <el-col :span="24" class="info">
+        <p>信用代码:{{ policyInfo.license }}</p>
+        <p>招聘信息名称:{{ policyInfo.name }}</p>
+        <p>公司名称:{{ policyInfo.profession }}</p>
+        <p>工作性质:{{ policyInfo.job_nature === '0' ? '兼职' : '全职' }}</p>
+        <p>工作经验:{{ policyInfo.workexp }}</p>
+        <p>职位月薪:{{ policyInfo.salary }}</p>
+        <p>工作地点:{{ policyInfo.workplace }}</p>
+        <p>学历:{{ policyInfo.education }}</p>
+        <p>招聘人数:{{ policyInfo.people_number }}人</p>
+        <p>
+          职位说明:<span>{{ policyInfo.explains }}</span>
+        </p>
       </el-col>
-    </el-col>
+    </el-row>
   </div>
 </template>
 
@@ -41,40 +39,27 @@ p {
   padding: 0;
   margin: 0;
 }
-.tittop {
-  width: 1200px;
+.top {
   height: 60px;
   line-height: 60px;
   border-bottom: 1px solid #215299;
 }
-.tittxt {
-  width: 135px;
-  height: 60px;
-  line-height: 60px;
-  background: #215299;
-  text-align: center;
+.top span {
+  display: inline-block;
+  padding: 0 30px;
+  background-color: #215299;
   color: #fff;
-  font-size: 16px;
-  font-family: 'Microsoft Yahei';
-}
-.titleimage {
-  margin: 20px 20px 0 20px;
-  width: 1160px;
-  height: 200px;
-}
-.bgcolor {
-  height: 200px;
 }
-.images {
-  text-align: center;
-  padding: 28px 0;
+.info {
+  padding: 20px;
 }
-.bgcolorWenzi {
-  height: 800px;
-  padding: 30px 0;
-  line-height: 40px;
+.info p {
+  color: #666;
+  padding: 15px 0;
 }
-.bgcolorWenzi p {
-  padding: 5px 0;
+.info p span {
+  display: inherit;
+  text-indent: 2rem;
+  line-height: 30px;
 }
 </style>

+ 1 - 2
src/layout/personnel/contextcm.vue

@@ -3,7 +3,7 @@
     <el-row>
       <el-col :span="24" class="info">
         <el-col :span="24" class="topInfo">
-          <span>参谋详情</span>
+          <span>就业指导</span>
         </el-col>
         <el-col :span="24" class="infoMess">
           <el-col :span="24" class="title">
@@ -71,7 +71,6 @@ p {
   line-height: 36px;
 }
 .infoDate p {
-  width: 700px;
   background: #eeeeee;
   margin: 0 105px;
 }

+ 1 - 2
src/layout/personnel/rightcontzj.vue

@@ -160,8 +160,7 @@ p {
   border-bottom: 1px solid #666666;
 }
 .context {
-  height: 300px;
-  padding: 30px 0;
+  padding: 20px 0;
   font-size: 16px;
   color: rgb(102, 102, 102);
   text-decoration: none;

+ 0 - 1
src/layout/personnel/rightzpdetail.vue

@@ -69,7 +69,6 @@ p {
   line-height: 36px;
 }
 .infoDate p {
-  width: 700px;
   background: #eeeeee;
   margin: 0 105px;
 }

+ 0 - 1
src/views/personnel/personnelcmdetail.vue

@@ -18,7 +18,6 @@ export default {
   },
   data: () => ({
     info: {},
-
     policyInfo: {},
   }),
   created() {