[色子游戏]奖池配置-优化样式
This commit is contained in:
@@ -8,7 +8,11 @@
|
|||||||
<ArtTableHeader v-model:columns="columnChecks" :loading="loading" @refresh="refreshData">
|
<ArtTableHeader v-model:columns="columnChecks" :loading="loading" @refresh="refreshData">
|
||||||
<template #left>
|
<template #left>
|
||||||
<ElSpace wrap>
|
<ElSpace wrap>
|
||||||
<ElButton v-permission="'dice:reward_config:index:save'" @click="showDialog('add')" v-ripple>
|
<ElButton
|
||||||
|
v-permission="'dice:reward_config:index:save'"
|
||||||
|
@click="showDialog('add')"
|
||||||
|
v-ripple
|
||||||
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<ArtSvgIcon icon="ri:add-fill" />
|
<ArtSvgIcon icon="ri:add-fill" />
|
||||||
</template>
|
</template>
|
||||||
@@ -77,7 +81,6 @@
|
|||||||
import TableSearch from './modules/table-search.vue'
|
import TableSearch from './modules/table-search.vue'
|
||||||
import EditDialog from './modules/edit-dialog.vue'
|
import EditDialog from './modules/edit-dialog.vue'
|
||||||
|
|
||||||
|
|
||||||
// 搜索表单
|
// 搜索表单
|
||||||
const searchForm = ref<Record<string, unknown>>({
|
const searchForm = ref<Record<string, unknown>>({
|
||||||
grid_number_min: undefined,
|
grid_number_min: undefined,
|
||||||
@@ -118,8 +121,8 @@
|
|||||||
{ prop: 'grid_number', label: '色子点数' },
|
{ prop: 'grid_number', label: '色子点数' },
|
||||||
{ prop: 'ui_text', label: '前端显示文本' },
|
{ prop: 'ui_text', label: '前端显示文本' },
|
||||||
{ prop: 'real_ev', label: '真实资金结算' },
|
{ prop: 'real_ev', label: '真实资金结算' },
|
||||||
{ prop: 'tier', label: '所属档位' },
|
{ prop: 'tier', label: '所属档位', sortable: true },
|
||||||
{ prop: 'create_time', label: '创建时间' },
|
// { prop: 'create_time', label: '创建时间', sortable: true },
|
||||||
{ prop: 'operation', label: '操作', width: 100, fixed: 'right', useSlot: true }
|
{ prop: 'operation', label: '操作', width: 100, fixed: 'right', useSlot: true }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -136,5 +139,4 @@
|
|||||||
handleSelectionChange,
|
handleSelectionChange,
|
||||||
selectedRows
|
selectedRows
|
||||||
} = useSaiAdmin()
|
} = useSaiAdmin()
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user