添加默认选中功能

This commit is contained in:
wzy-warehouse
2026-04-28 16:41:24 +08:00
parent a7b36542dd
commit 9ddb9ea603
3 changed files with 47 additions and 1 deletions
@@ -185,6 +185,13 @@ export const useRainDisasterChain = () => {
* 右侧按钮信息
*/
const rightButtonInfo = [
{
name: '暴雨模拟',
callback: () => {
console.log('暴雨模拟');
},
selected: true,
},
{
name: '暴雨触发',
callback: () => {