linwenling
2023-07-18 da3bcff4dc2c242ce14166200bc9dd865e53f491
ruoyi-ui/src/views/bignote/index.vue
@@ -160,7 +160,8 @@
      </el-table-column>
      <!-- <el-table-column label="家庭号" prop="familyId" sortable width="100" /> -->
      <el-table-column label="电子文件" prop="url" width="160" >
      <el-table-column label="电子文件" prop="url" width="180" align="center">
        <template slot-scope="scope" >
          <div  @click="handleCheck(scope.row)">
          <img
@@ -169,7 +170,7 @@
            alt=""
            style="width: 35px; height: 35px;"
            fit="cover"
            v-if="scope.row.url !== null"
              v-if="scope.row.url !== ',' "
          >
          <img
            class="el-upload-list__item-thumbnail"
@@ -177,7 +178,7 @@
            alt=""
            style="width: 35px; height: 35px;"
            fit="cover"
            v-if="scope.row.url === null"
              v-if="scope.row.url === ','"
          ></div>
        </template>
      </el-table-column>