Tcsm
2023-07-18 b34fbeffb0d128b75ec0a91acf7fe8ac3816c597
ruoyi-ui/src/views/doctor/index.vue
@@ -223,6 +223,7 @@
          </el-table-column>
        <el-table-column label="电子文件" prop="url" width="160" align="center">
             <template slot-scope="scope" >
               <div  @click="handleCheck(scope.row)">
               <img
                 class="el-upload-list__item-thumbnail"
                 src="../../assets/images/deviceLis.png"
@@ -238,7 +239,7 @@
                 style="width: 35px; height: 35px;"
                 fit="cover"
                  v-if="scope.row.url ===',' "
               >
        ></div>
             </template>
          </el-table-column>
@@ -716,6 +717,10 @@
          });
        }
      });
      // 清空formDat对象的数据
      Object.keys(this.formDat).forEach(key => {
        this.formDat[key] = '';
      });
    },
    requestUpload(params)
    {