徐桐章 4 years ago
parent
commit
dc8a58335a

+ 1 - 11
src/views/candidateManage/candidateAll.vue

@@ -4,7 +4,7 @@
  * @Autor: XuTongZhang
  * @Date: 2020-07-30 10:17:25
  * @LastEditors: XuTongZhang
- * @LastEditTime: 2020-08-16 14:36:41
+ * @LastEditTime: 2020-08-16 22:27:57
 -->
 <template>
   <div class="indexPage">
@@ -57,16 +57,6 @@ export default {
             { label: '58同城', value: 2 },
             { label: '平台', value: 3 }
           ]
-        },
-        {
-          placeholder: '请输入投递职位',
-          props: 'positionApplied'
-        },
-        {
-          type: 'select',
-          placeholder: '应聘职位',
-          props: 'desiredPositionId',
-          options: []
         }
       ],
       btn: [

+ 1 - 7
src/views/candidateManage/candidateList.vue

@@ -4,7 +4,7 @@
  * @Autor: XuTongZhang
  * @Date: 2020-07-28 15:25:06
  * @LastEditors: XuTongZhang
- * @LastEditTime: 2020-08-16 14:36:54
+ * @LastEditTime: 2020-08-16 22:27:50
 -->
 <template>
   <div class="candidateList">
@@ -156,12 +156,6 @@ export default {
           ]
         },
         {
-          type: 'select',
-          placeholder: '应聘职位',
-          props: 'desiredPositionId',
-          options: []
-        },
-        {
           type: 'date'
         }
       ],

+ 1 - 3
src/views/candidateManage/resume.vue

@@ -4,7 +4,7 @@
  * @Autor: XuTongZhang
  * @Date: 2020-07-30 10:32:00
  * @LastEditors: XuTongZhang
- * @LastEditTime: 2020-08-16 14:49:21
+ * @LastEditTime: 2020-08-16 22:27:19
 -->
 <template>
   <div>
@@ -169,8 +169,6 @@ export default {
     }
   }
   .right {
-    // margin-left: 30px;
-    // flex: 1;
     overflow: scroll;
     width: 770px;
     iframe {