修复问题

This commit is contained in:
zpc 2024-08-05 15:04:40 +08:00
parent 7c142173e2
commit 27c325edc0

View File

@ -461,6 +461,7 @@ async function visibilityChange(id: number, visibility: boolean, record: any) {
<!-- table-col -->
<template #table-col>
<a-table-column title="Id" data-index="id" width="50px" />
<a-table-column title="人物名字" data-index="name" width="100px" />
<a-table-column title="性别" data-index="gender" width="60px">
<template #default="{ record }">