linwu 11 달 전
부모
커밋
145ccf0ced
2개의 변경된 파일329개의 추가작업 그리고 322개의 파일을 삭제
  1. 322 321
      app/Http/Controllers/Web/Recruit/IndexController.php
  2. 7 1
      public/themes/default/views/app/recruit/sign_up.blade.php

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 322 - 321
app/Http/Controllers/Web/Recruit/IndexController.php


+ 7 - 1
public/themes/default/views/app/recruit/sign_up.blade.php

@@ -365,7 +365,10 @@
                     </tr>
                     <tr style="height:47px;page-break-inside:avoid">
                         <td valign="center" :rowspan="this.user.family.length+1">
-                            家庭成员及其主要社会关系<br />
+                            @if($id==60)
+                                <span class="require">*</span>
+                            @endif
+                                家庭成员及其主要社会关系<br />
                             <el-button type="primary" icon="el-icon-plus" size="small" @click="addFamily">添加家庭成员</el-button><br />
                             <el-button type="danger" icon="el-icon-minus" size="small" @click="delFamily">删除最后一行</el-button>
                         </td>
@@ -901,6 +904,9 @@
                     @endif
                     <tr style="height:47px;page-break-inside:avoid">
                         <td valign="center" :rowspan="this.user.family.length+1">
+                            @if($id==60)
+                                <span class="require">*</span>
+                            @endif
                             家庭成员及其主要社会关系<br />
                             <el-button type="primary" icon="el-icon-plus" size="small" @click="addFamily">添加家庭成员</el-button><br />
                             <el-button type="danger" icon="el-icon-minus" size="small" @click="delFamily">删除最后一行</el-button>

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