zhouwx
2024-07-23 55918721b336231b7b60aed08673bc1c431c1f60
src/views/onlineEducation/learnRecord/components/detailDialog.vue
@@ -8,7 +8,7 @@
    :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>
@@ -65,8 +65,8 @@
          <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>
@@ -122,7 +122,7 @@
</template>
<script >
import noPic from '@/assets/images/none.png'
export default {
  name: 'addUser',
  components: {
@@ -144,6 +144,9 @@
      this.dialogVisible = true;
      console.log('data',data)
      this.dataForm = data
      if(this.dataForm.lessonReportUrl == '-'){
        this.dataForm.lessonReportUrl = noPic
      }
      this.tableData.push(
        {
          durationDesc: data.durationDesc,