Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.

Home Page:https://happy-coding-clans.github.io/vue-easytable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report] Paste导致数据类型转换了

chk4658 opened this issue · comments

选择要提交 issue 的库

vue-easytable

Issue 类型

Bug

Issue 标题

Paste导致数据类型转换了

仓库版本

v2.27.1

Vue 版本

2.6.14

浏览器

Chrome/123.0.0.0

系统类型

Windows

重现链接

https://codesandbox.io/p/sandbox/intelligent-pare-pk9hn2?file=%2FExample.vue%3A35%2C22

重现步骤

复制676那个单元格,粘贴到76那个单元格,数字676变成了字符串'676'

期望的结果是什么?

复制不改变数据类型

实际的结果是什么?

数据类型变化了