|
@@ -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>
|