mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
fix: 列表刷新选项消失问题
This commit is contained in:
parent
17217c0f57
commit
2c4d49f869
|
|
@ -47,8 +47,9 @@
|
|||
@row-click="rowClickHandle"
|
||||
@selection-change="handleSelectionChange"
|
||||
v-loading="loading"
|
||||
:row-key="(row: any) => row.id"
|
||||
>
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column type="selection" width="55" :reserve-selection="true" />
|
||||
<el-table-column prop="name" label="文件名称" min-width="280">
|
||||
<template #default="{ row }">
|
||||
<ReadWrite
|
||||
|
|
|
|||
Loading…
Reference in New Issue