微调
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
style="width: 100%"
|
||||
v-model="form[item.field]"
|
||||
show-word-limit
|
||||
:min="0"
|
||||
:min="1"
|
||||
placeholder="请输入值"
|
||||
></el-input-number>
|
||||
|
||||
|
||||
@@ -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: '新增成功!'
|
||||
|
||||
Reference in New Issue
Block a user