Browse Source

简历投递

Xiao_123 2 months ago
parent
commit
b907c4c2c8

+ 1 - 0
src/views/recruit/personal/components/studentDeliveryForm.vue

@@ -9,6 +9,7 @@
 // 学生-实习到岗信息表单
 // 学生-实习到岗信息表单
 defineOptions({ name: 'studentDeliveryForm'})
 defineOptions({ name: 'studentDeliveryForm'})
 import { ref, nextTick } from 'vue'
 import { ref, nextTick } from 'vue'
+import Snackbar from '@/plugins/snackbar'
 
 
 const CtFormRef = ref()
 const CtFormRef = ref()
 
 

+ 2 - 2
src/views/recruit/personal/position/components/details.vue

@@ -116,7 +116,7 @@
       @close="showUploadDialog = false"
       @close="showUploadDialog = false"
       @submit="handleUploadSubmit"
       @submit="handleUploadSubmit"
     >
     >
-      <div class="color-warning mb-3" style="font-size: 13px;">* 仅支持.doc, .docx, .pdf文件且大小不能超过20MB</div>
+      <div class="color-warning my-5" style="font-size: 13px;">* 仅支持.doc, .docx, .pdf文件且大小不能超过20MB</div>
       <CtForm ref="CtFormRef" :items="formItems">
       <CtForm ref="CtFormRef" :items="formItems">
         <template #uploadFile="{ item }">
         <template #uploadFile="{ item }">
           <TextInput v-model="item.value" :item="item" @click="openFileInput"></TextInput>
           <TextInput v-model="item.value" :item="item" @click="openFileInput"></TextInput>
@@ -124,7 +124,7 @@
         </template>
         </template>
       </CtForm>
       </CtForm>
       <!-- 学生-实习到岗信息 -->
       <!-- 学生-实习到岗信息 -->
-      <studentDeliveryForm v-if="baseInfo?.type && Number(baseInfo.type) === 1" ref="studentDeliveryFormRef" />
+      <studentDeliveryForm style="margin-top: 70px;" v-if="baseInfo?.type && Number(baseInfo.type) === 1" ref="studentDeliveryFormRef" />
     </CtDialog>
     </CtDialog>
 
 
     <!-- 选择简历 -->
     <!-- 选择简历 -->