ruoyi-ui/src/views/selfeconomy/index.vue
@@ -176,6 +176,7 @@
        <el-table-column label="电子文件" prop="url" width="80" align="center">
  
          <template slot-scope="scope" >
            <div  @click="handleCheck(scope.row)">
            <img
              class="el-upload-list__item-thumbnail"
              src="../../assets/images/deviceLis.png"
@@ -191,7 +192,7 @@
              style="width: 35px; height: 35px;"
              fit="cover"
              v-if="scope.row.url === ','"
            >
            ></div>
          </template>
        </el-table-column>
        <el-table-column label="备注" prop="remark" sortable width="90" align="center">
@@ -774,4 +775,3 @@
  
  
  </style>