MrShi
2026-01-13 3a154bdb0a5aaa2c0ac3eac95a6ba747068bd454
admin/src/views/business/deletePersonnel.vue
@@ -44,10 +44,10 @@
              <el-table-column fixed="right" label="人脸信息" min-width="100px">
                <template slot-scope="{row}">
                  <el-image
                      v-if="row.faceImg"
                      v-if="row.faceImgFull"
                      style="width: 60px; height: 60px"
                      :src="row.faceImg"
                      :preview-src-list="[row.faceImg]">
                      :src="row.faceImgFull"
                      :preview-src-list="[row.faceImgFull]">
                  </el-image>
                </template>
              </el-table-column>
@@ -82,7 +82,6 @@
        </template>
    </TableLayout>
</template>
<script>
  import BaseTable from '@/components/base/BaseTable'
  import TableLayout from '@/layouts/TableLayout'
@@ -127,8 +126,8 @@
            })
        }).catch(() => {
        });
      },
      })
    }
      // thaws () {
      //   if (this.tableData.selectedRows.length === 0) return this.$message.warning('至少选择一项内容')
      //   const ids = this.tableData.selectedRows.map(item => {