feat(custom): \!
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-09 16:07:44 +08:00
parent fe15b87b42
commit 5041b83386
3 changed files with 26 additions and 26 deletions

View File

@@ -20,7 +20,7 @@
</n-card>
</div>
</n-col>
<n-col :span="24" mt-10>
<!-- <n-col :span="24" mt-10>
<div>
<span>筛选状态</span>
<n-radio-group v-model:value="queryData.status">
@@ -32,7 +32,7 @@
/>
</n-radio-group>
</div>
</n-col>
</n-col> -->
<n-col :span="24">
<div mt-10 flex items-center>
<div w-100>关键字搜索</div>
@@ -180,24 +180,24 @@ const queryData = ref({
word: '',
})
const songs = ref([
{
value: 1,
label: '未使用',
},
{
value: 3,
label: '用户赢',
},
{
value: 4,
label: '用户输',
},
{
value: 5,
label: '已过期',
},
])
// const songs = ref([
// {
// value: 1,
// label: '未使用',
// },
// {
// value: 3,
// label: '用户赢',
// },
// {
// value: 4,
// label: '用户输',
// },
// {
// value: 5,
// label: '已过期',
// },
// ])
const selectOptions = ref([
{