zhouwx
2024-08-22 7887434cde98de8ea5e24ea10db09d014568c79d
src/views/onlineEducation/learnRecord/components/detailDialog.vue
@@ -8,8 +8,8 @@
    :before-close="handleClose"
    append-to-body
  >
    <el-form ref="dataForm" :model="dataForm" label-position="right" label-width="150px" style="padding-right: 50px" >
      <div class="flex">
    <el-form ref="dataForm" :model="dataForm" label-position="right" label-width="160px"  >
      <div class="flex" style="flex-wrap: wrap">
        <el-form-item label="姓名:">
          <span>{{dataForm.name}}</span>
        </el-form-item>
@@ -32,7 +32,7 @@
          <span>{{dataForm.courseName}}</span>
        </el-form-item>
        <el-form-item label="章节:">
          <span>{{dataForm.catalogName}}</span>
          <span>{{dataForm.chapterName}}</span>
        </el-form-item>
      </div>
      <el-table
@@ -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,