mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
feat(system): 优化电价策略功能
- 添加删除策略功能 - 修复编辑策略时表单数据绑定问题 - 优化策略列表展示逻辑 - 调整策略表单验证方式 - 修改策略列表分页配置
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user