baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
17.41k stars 2.52k forks source link

crud组件,开启列排序功能,列渲染bug #11186

Open wml05123 opened 1 week ago

wml05123 commented 1 week ago

描述问题:

crud组件,开启列排序功能,鼠标拖动时的列渲染与鼠标释放后的列渲染表现不一致

截图或视频:

原图: image

拖动中: 操作:拖动CSS grade 字段到 ID字段前 image

拖动结束: 实际渲染: image

拖动中:是CSS grade 插入 ID字段前。渲染顺序为: CSS grade 、ID 、...... 拖动结束:CSS grade 和ID字段位置置换,渲染顺序为:CSS grade 、...... 、ID

如何复现(请务必完整填写下面内容):

  1. 你是如何使用 amis 的?
  2. 官网可复现,操作排序列 官网地址:https://aisuda.bce.baidu.com/amis/zh-CN/components/crud#%E5%88%97%E6%8E%92%E5%BA%8F
github-actions[bot] commented 1 week ago

👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.