ruoyi-ui/src/views/secret/index.vue
@@ -127,6 +127,7 @@
        </el-table-column>
        <el-table-column label="电子文件" prop="url" align="center" sortable  width="110" >
          <template slot-scope="scope" >
            <div  @click="handleCheck(scope.row)">
            <img
              class="el-upload-list__item-thumbnail"
              src="../../assets/images/deviceLis.png"
@@ -142,7 +143,7 @@
              style="width: 35px; height: 35px;"
              fit="cover"
              v-if="scope.row.url === ','"
            >
            ></div>
          </template>
        </el-table-column>
  
@@ -724,4 +725,3 @@
  
  }
  </style>