ruoyi-ui/src/views/bignote/index.vue
@@ -162,6 +162,7 @@ <!-- <el-table-column label="家庭号" prop="familyId" sortable width="100" /> --> <el-table-column label="电子文件" prop="url" width="160" > <template slot-scope="scope" > <div @click="handleCheck(scope.row)"> <img class="el-upload-list__item-thumbnail" src="../../assets/images/deviceLis.png" @@ -177,7 +178,7 @@ style="width: 35px; height: 35px;" fit="cover" v-if="scope.row.url === null" > ></div> </template> </el-table-column> <el-table-column label="操作" align="center" class-name="small-padding fixed-width">