Explorar o código

修改排列展示

noob %!s(int64=4) %!d(string=hai) anos
pai
achega
4edd47675d

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

@@ -39,7 +39,7 @@
           </div>
           </div>
         </div>
         </div>
         <div class="resune">
         <div class="resune">
-          <el-form label-width="140px" label-position="right" v-if="info.resumeFrom===3">
+          <el-form label-width="140px" label-position="left" v-if="info.resumeFrom===3">
             <el-form-item v-for="item in formConfig" :key="item.id" :label="item.configName">
             <el-form-item v-for="item in formConfig" :key="item.id" :label="item.configName">
                 <!-- {{item.type === 2 ? ['女', '男'][info[item.fieldName]] : item.type === 8 ? ['女', '男'][info[item.fieldName]] : info[item.fieldName]}} -->
                 <!-- {{item.type === 2 ? ['女', '男'][info[item.fieldName]] : item.type === 8 ? ['女', '男'][info[item.fieldName]] : info[item.fieldName]}} -->
                 <div v-if="item.type === 2">{{['女', '男'][form[item.fieldName]]}}</div>
                 <div v-if="item.type === 2">{{['女', '男'][form[item.fieldName]]}}</div>

+ 2 - 2
src/views/candidateManage/resumeBin.vue

@@ -4,7 +4,7 @@
  * @Autor: XuTongZhang
  * @Autor: XuTongZhang
  * @Date: 2020-07-30 09:53:19
  * @Date: 2020-07-30 09:53:19
  * @LastEditors  : yuanrunwei
  * @LastEditors  : yuanrunwei
- * @LastEditTime : 2021-03-05 11:48:21
+ * @LastEditTime : 2021-04-09 18:25:57
 -->
 -->
 <template>
 <template>
 <div class="indexPage">
 <div class="indexPage">
@@ -89,7 +89,7 @@
         </el-form>
         </el-form>
     </el-dialog>
     </el-dialog>
     <el-dialog :visible.sync="visible" width="600px" :before-close="closeVisible" :close-on-click-modal="false">
     <el-dialog :visible.sync="visible" width="600px" :before-close="closeVisible" :close-on-click-modal="false">
-        <el-form label-width="140px" label-position="right">
+        <el-form label-width="140px" label-position="left">
             <el-form-item v-for="item in formConfig" :key="item" :label="item.configName">
             <el-form-item v-for="item in formConfig" :key="item" :label="item.configName">
                 <!-- {{item.type === 2 ? ['女', '男'][info[item.fieldName]] : item.type === 8 ? ['女', '男'][info[item.fieldName]] : info[item.fieldName]}} -->
                 <!-- {{item.type === 2 ? ['女', '男'][info[item.fieldName]] : item.type === 8 ? ['女', '男'][info[item.fieldName]] : info[item.fieldName]}} -->
                 <div v-if="item.type === 2">{{['女', '男'][info[item.fieldName]]}}</div>
                 <div v-if="item.type === 2">{{['女', '男'][info[item.fieldName]]}}</div>

+ 1 - 1
src/views/candidateManage/resumeList.vue

@@ -86,7 +86,7 @@
         </el-form>
         </el-form>
     </el-dialog>
     </el-dialog>
     <el-dialog :visible.sync="visible" width="600px" :before-close="closeVisible" :close-on-click-modal="false">
     <el-dialog :visible.sync="visible" width="600px" :before-close="closeVisible" :close-on-click-modal="false">
-        <el-form label-width="140px" label-position="right">
+        <el-form label-width="140px" label-position="left">
             <el-form-item v-for="item in formConfig" :key="item" :label="item.configName">
             <el-form-item v-for="item in formConfig" :key="item" :label="item.configName">
                 <!-- {{item.type === 2 ? ['女', '男'][info[item.fieldName]] : item.type === 8 ? ['女', '男'][info[item.fieldName]] : info[item.fieldName]}} -->
                 <!-- {{item.type === 2 ? ['女', '男'][info[item.fieldName]] : item.type === 8 ? ['女', '男'][info[item.fieldName]] : info[item.fieldName]}} -->
                 <div v-if="item.type === 2">{{['女', '男'][info[item.fieldName]]}}</div>
                 <div v-if="item.type === 2">{{['女', '男'][info[item.fieldName]]}}</div>