fix(GiTable): 修复 GiTable 升级后表格选择器、禁用工具配置失效的问题

This commit is contained in:
2025-03-19 20:11:11 +08:00
parent eaabe47546
commit 7d4beb0283
9 changed files with 7 additions and 10 deletions

View File

@@ -9,7 +9,6 @@
<GiTable
v-show="viewType === 'table'"
ref="tableRef"
title=""
row-key="id"
:data="dataList"
:columns="columns"