可以滑动来展示操作按钮的单元格组件。
import '../../components/easy-swipe-cell.stml'
<easy-swipe-cell
:itemId="item.id"
:itemContent="item.content"
:touchIdNow="touchID"
ontouch="getTouchID"
onclickBtn="getClickTyeAndId"
>
</easy-swipe-cell>
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
itemId | 组件数据ID,必填 | string | - |
itemContent | 组件展示的内容,必填 | string | - |
touchIdNow | 当前正在操作的组件数据ID,必填 | string | - |
事件名 | 说明 | 回调参数 |
---|---|---|
touch | 触摸事件 | touchID : 当前触摸操作的数据ID |
clickBtn | 操作按钮点击事件 | type:按钮类别,id:数据ID |