feat: 矩阵增加操作选项

- 矩阵可以删除某个行或者列,实现置底的功能
This commit is contained in:
Huangzhe
2025-03-20 17:50:13 +08:00
parent d7d083190e
commit 7e5d0f1ae7
4 changed files with 280 additions and 98 deletions

View File

@@ -75,6 +75,7 @@ const emitValue = () => {
v-model:rows="rows"
v-model:cols="cols"
:is-preview="isPreview"
:active="active"
style="overflow: scroll; width: 88vw"
/>
</template>