fix : 表格前方加上序号

This commit is contained in:
2024-08-01 17:00:48 +08:00
parent d265ef5a32
commit a4f94099af
11 changed files with 100 additions and 20 deletions

View File

@@ -59,7 +59,6 @@
v-loading="localData.loading"
:row-key="tableConfig?.rowKey || 'id'"
v-bind="$attrs"
table-layout="auto"
:show-overflow-tooltip="true"
highlight-current-row
@selection-change="selectionChange"