全局替换终端

This commit is contained in:
GGJ
2024-06-13 13:32:50 +08:00
parent d4db10d5ca
commit 2c66e096e7
90 changed files with 1369 additions and 628 deletions

View File

@@ -320,7 +320,7 @@ const rules = {
quick: {
governMachinePower: [
{ required: true, message: '设备容量不能为空', trigger: 'blur' },
{ required: true, message: '终端容量不能为空', trigger: 'blur' },
{ pattern: numberRegex, message: '请输入有效的数值', trigger: 'blur' }
],
price: [

View File

@@ -91,7 +91,7 @@ const tableStore = new TableStore({
}
},
{ title: '短路容量(MVA)', field: 'shortCapacity' },
{ title: '设备容量(MVA)', field: 'deviceCapacity' },
{ title: '终端容量(MVA)', field: 'deviceCapacity' },
{ title: '协议容量(MVA)', field: 'dealCapacity' },
{ title: '谐波情况', field: 'harmDes' },
{ title: '电能质量情况', field: 'powerDes' }