diff --git a/src/components/GiftSelect/index.vue b/src/components/GiftSelect/index.vue new file mode 100644 index 0000000..8ae8168 --- /dev/null +++ b/src/components/GiftSelect/index.vue @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + {{ sliderRange[0] }} ~ {{ sliderRange[1] }} + + + + + + + 搜索 + resetQuery()">重置 + + + + + + + + + + {{ gift.giftName }} + + + + + + + + + + {{ scope.row.unitPrice ? '¥' + scope.row.unitPrice : '-' }} + + + + {{ scope.row.inventoryQuantity ?? '-' }} + + + + + + + + + + + + 取消 + 确定 + + + + + + + +