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

@@ -97,10 +97,10 @@ const songs = ref([
label: '未使用',
value: 1,
},
{
label: '已使用',
value: 2,
},
// {
// label: '已使用',
// value: 2,
// },
{
label: '赢',
value: 3,

View File

@@ -7,7 +7,7 @@ export default {
redirect: '/game_jl',
meta: {
title: '游戏统计',
icon: 'mdi:index',
icon: 'mdi:access-point',
order: 100,
},
children: [
@@ -17,7 +17,7 @@ export default {
component: () => import('./jl/index.vue'),
meta: {
title: '豆子记录',
icon: 'mdi:index',
icon: 'mdi:access-point-check',
},
},
],

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([
{