Commit 2e1b3e23 authored by xuguangxing's avatar xuguangxing

feat: 抢购活动增加模糊检索

parent 327cc947
<template>
<div class="snapUpActivityContainer">
<Select v-model="activityInfoId">
<Select v-model="activityInfoId" filterable>
<Option v-for="item in list" :value="item.id" :key="item.id">{{ `id ${item.id} - ${item.title}` }}</Option>
</Select>
<!-- <Button type="primary" @click="save">保存</Button> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment