[色子游戏]奖励配置权重测试记录

This commit is contained in:
2026-03-11 18:12:19 +08:00
parent 2af7fedcce
commit 064ce06393
18 changed files with 1720 additions and 19 deletions

View File

@@ -16,6 +16,14 @@
>
T1-T5 BIGWIN 权重配比
</ElButton>
<ElButton
v-permission="'dice:reward_config:index:index'"
type="success"
@click="weightTestVisible = true"
v-ripple
>
测试中奖
</ElButton>
</ElSpace>
</template>
</ArtTableHeader>
@@ -60,6 +68,8 @@
/>
<!-- T1-T5BIGWIN 权重配比弹窗 -->
<WeightRatioDialog v-model="weightRatioVisible" @success="refreshData" />
<!-- 权重配比测试弹窗 -->
<WeightTestDialog v-model="weightTestVisible" />
</div>
</template>
@@ -70,8 +80,10 @@
import TableSearch from './modules/table-search.vue'
import EditDialog from './modules/edit-dialog.vue'
import WeightRatioDialog from './modules/weight-ratio-dialog.vue'
import WeightTestDialog from './modules/weight-test-dialog.vue'
const weightRatioVisible = ref(false)
const weightTestVisible = ref(false)
// 搜索表单
const searchForm = ref<Record<string, unknown>>({