|
|
|
|
@ -24,7 +24,7 @@ |
|
|
|
|
:disabled="(row.details.find(item => item.apmStatus == 2) && row.apmDay > systemTime) ? false : true">预约报道</el-button> |
|
|
|
|
</template> |
|
|
|
|
</avue-crud> |
|
|
|
|
<el-drawer :visible.sync="isRegister" :append-to-body="true" :direction="direction" class="my-info-dialog" |
|
|
|
|
<el-drawer :wrapperClosable="false" :visible.sync="isRegister" :append-to-body="true" :direction="direction" class="my-info-dialog" |
|
|
|
|
custom-class="register_box" @close="closeDraw"> |
|
|
|
|
<div slot="title" class="title_box"> |
|
|
|
|
<div class="title_txt"> |
|
|
|
|
@ -108,7 +108,7 @@ |
|
|
|
|
<td style="text-align:center;">{{ calcSex(regData.resData.cupCardNo) }}</td> |
|
|
|
|
<td colspan="4" style="text-align:center;">出生日期</td> |
|
|
|
|
<td colspan="7" style="text-align:center;">{{ |
|
|
|
|
regData.resData.cupCardNo ? regData.resData.cupCardNo.substring(6, 15) : '' |
|
|
|
|
regData.resData.cupCardNo ? regData.resData.cupCardNo.substring(6, 14) : '' |
|
|
|
|
}}</td> |
|
|
|
|
<td colspan="3" style="text-align:center;">国 籍</td> |
|
|
|
|
<td colspan="5" style="text-align:center;"></td> |
|
|
|
|
|