修复问题
This commit is contained in:
parent
7c142173e2
commit
27c325edc0
|
|
@ -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 }">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user