{
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.artworkSquareSize }}平尺
{{ item.startAt.replaceAll('-', '.') || '' }}-{{
item.endAt.replaceAll('-', '.') || ''
}}
{{ item.cycleName }}
{{ item.endAt }}
已延期
点击补款
{{
statusValue.find(
(x) => x.value === item.artworkStatus
).label
}}
货架号:
{{ item.shelvesNum }}
{{
item.isUserApplyPickUp ? '取消申请' : '申请取货'
}}