🎨 修改代码格式.

This commit is contained in:
lijiahang
2024-05-31 16:32:45 +08:00
parent 7bfa8a73be
commit 285f0532d3
23 changed files with 126 additions and 44 deletions

View File

@@ -1,9 +1,9 @@
<template>
<a-table row-key="path"
<a-table v-model:selected-keys="selectedKeys"
row-key="path"
ref="tableRef"
class="sftp-table"
:columns="columns"
v-model:selected-keys="selectedKeys"
:row-selection="rowSelection"
:sticky-header="true"
:data="list"