| | |
| | | type="text" |
| | | icon="el-icon-edit" |
| | | @click="openSupplementary(scope.row,'view')" |
| | | >证书补档</el-button> |
| | | >证书补打</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | @pagination="getPage" |
| | | /> |
| | | <certificate-dialog ref="certificate" @getList="getPage"></certificate-dialog> |
| | | <el-dialog title="证书补档" :visible.sync="supplementaryVisible" width="50%" append-to-body> |
| | | <el-dialog title="证书补打" :visible.sync="supplementaryVisible" width="50%" append-to-body> |
| | | <div style="display: flex;flex-direction: column;align-items: center"> |
| | | <el-image |
| | | style="width: 100px; height: 100px" |