feat: add system configration item to close rewarding function

This commit is contained in:
RockYang
2023-10-19 11:19:29 +08:00
parent 9d8e3f5049
commit 5b5150e6d4
5 changed files with 25 additions and 7 deletions

View File

@@ -58,6 +58,20 @@
</el-tooltip>
</el-form-item>
<el-form-item label="启用众筹功能" prop="enabled_reward">
<el-switch v-model="system['enabled_reward']"/>
<el-tooltip
effect="dark"
content="如果关闭次功能将不在用户菜单显示众筹二维码"
raw-content
placement="right"
>
<el-icon>
<InfoFilled/>
</el-icon>
</el-tooltip>
</el-form-item>
<el-form-item label="收款二维码" prop="reward_img">
<el-input v-model="system['reward_img']" placeholder="众筹收款二维码地址">
<template #append>