重新设置抽奖底注金额为1,优化页面样式
This commit is contained in:
@@ -6,7 +6,11 @@
|
||||
<ArtTableHeader v-model:columns="columnChecks" :loading="loading" @refresh="refreshData">
|
||||
<template #left>
|
||||
<ElSpace wrap>
|
||||
<ElButton v-permission="'dice:ante_config:index:save'" @click="showDialog('add')" v-ripple>
|
||||
<ElButton
|
||||
v-permission="'dice:ante_config:index:save'"
|
||||
@click="showDialog('add')"
|
||||
v-ripple
|
||||
>
|
||||
<template #icon>
|
||||
<ArtSvgIcon icon="ri:add-fill" />
|
||||
</template>
|
||||
@@ -40,7 +44,7 @@
|
||||
@pagination:current-change="handleCurrentChange"
|
||||
>
|
||||
<template #is_default="{ row }">
|
||||
<ElTag :type="row.is_default === 1 ? 'success' : 'info'" size="small">
|
||||
<ElTag :type="row.is_default === 1 ? 'primary' : 'warning'" size="small">
|
||||
{{ row.is_default === 1 ? $t('page.table.defaultYes') : $t('page.table.defaultNo') }}
|
||||
</ElTag>
|
||||
</template>
|
||||
@@ -111,7 +115,13 @@
|
||||
{ prop: 'name', label: 'page.table.name', align: 'center' },
|
||||
{ prop: 'title', label: 'page.table.title', align: 'center' },
|
||||
{ prop: 'mult', label: 'page.table.mult', align: 'center' },
|
||||
{ prop: 'is_default', label: 'page.table.isDefault', width: 110, align: 'center', useSlot: true },
|
||||
{
|
||||
prop: 'is_default',
|
||||
label: 'page.table.isDefault',
|
||||
width: 110,
|
||||
align: 'center',
|
||||
useSlot: true
|
||||
},
|
||||
{ prop: 'create_time', label: 'page.table.createTime', width: 170, align: 'center' },
|
||||
{ prop: 'update_time', label: 'page.table.updateTime', width: 170, align: 'center' },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user