feat(system): 优化电价策略功能

- 添加删除策略功能
- 修复编辑策略时表单数据绑定问题
- 优化策略列表展示逻辑
- 调整策略表单验证方式
- 修改策略列表分页配置
This commit is contained in:
zhoumengru
2025-09-05 16:41:50 +08:00
parent c778e4a300
commit ee37e8b265
4 changed files with 300 additions and 131 deletions

View File

@@ -15,6 +15,7 @@ module.exports = {
},
plugins: ['react', '@typescript-eslint', 'prettier'], // 添加 prettier 插件
rules: {
camelcase: 'off',
'vue/require-explicit-emits': 'off', // 关闭 emits 声明检查
'vue/v-on-event-hyphenation': 'off',
'prettier/prettier': 'off',