perf: 优化演示页面

This commit is contained in:
xiaoxian521
2024-01-17 11:05:35 +08:00
parent 9ca6941946
commit db723b7908
51 changed files with 432 additions and 404 deletions

View File

@@ -15,7 +15,7 @@ export function useColumns() {
);
const handleEdit = (index: number, row) => {
message(`编辑了第 ${index} 行,数据为:${JSON.stringify(row)}`, {
message(`修改了第 ${index} 行,数据为:${JSON.stringify(row)}`, {
type: "success"
});
};