| | |
| | | :before-close="handleClose" |
| | | append-to-body |
| | | > |
| | | <el-form ref="dataForm" :model="dataForm" label-position="right" label-width="150px" style="padding-right: 50px" > |
| | | <el-form ref="dataForm" :model="dataForm" label-position="right" label-width="150px" > |
| | | <div class="flex"> |
| | | <el-form-item label="姓名:"> |
| | | <span>{{dataForm.name}}</span> |
| | |
| | | <div style="margin-top: 15px;margin-left: 30px" v-for="item in authList"> |
| | | <el-image |
| | | style="width: 150px; height: 150px" |
| | | :src="dataForm.approvePhoto" |
| | | :preview-src-list="[dataForm.approvePhoto]"> |
| | | :src="item.approvePhoto" |
| | | :preview-src-list="[item.approvePhoto]"> |
| | | </el-image> |
| | | <div class="columnFlex" style="margin-top: 15px;font-size: 16px;line-height: 25px"> |
| | | <span>认证位置:{{ item.authPostionDesc}}</span> |
| | |
| | | </template> |
| | | |
| | | <script > |
| | | |
| | | import noPic from '@/assets/images/none.png' |
| | | export default { |
| | | name: 'addUser', |
| | | components: { |
| | |
| | | this.dialogVisible = true; |
| | | console.log('data',data) |
| | | this.dataForm = data |
| | | if(this.dataForm.lessonReportUrl == '-'){ |
| | | this.dataForm.lessonReportUrl = noPic |
| | | } |
| | | this.tableData.push( |
| | | { |
| | | durationDesc: data.durationDesc, |