This commit is contained in:
sjl
2025-09-04 10:50:02 +08:00
parent caa81cc872
commit 7ce5119aa1
3 changed files with 8 additions and 9 deletions

View File

@@ -306,7 +306,7 @@ const windfarmCapacityLabel = computed(() => {
if (form.value.isWindfarm === '01') {
return '风电场装机容量(MW)'
} else {
return '用户有功功率(MW)'
return '用户有功容量(MW)'
}
})
@@ -330,6 +330,7 @@ const onsubmit = () => {
}else{
userAdd(form.value).then((res: any) => {
form.value.assessId = res.data
ElMessage({
type: 'success',
message: '新增成功!'