{touchStart(e,index)}"
@touchmove="(e)=>{touchMove(e,index)}"
@touchend="()=>{touchEnd(index)}"
@click="goRouter(item)"
:style="{transform: `translateX(${item.distanceX}px)`}" class="wrap1">
{{item.artworkName}}
订单号:{{item.artworkName}}
{{item.artworkSquareSize}}平尺
{{item.startAt}}-{{item.endAt}}
{{ statusValue.find(x => x.value === item.artworkStatus).label }}