Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
海康威视
web-project
Commits
6fc16280
Commit
6fc16280
authored
Sep 05, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调度管理模块bug修改
parent
d8a931d8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
9 deletions
+12
-9
AlarmStatusPage.vue
src/views/AlarmPage/AlarmStatusPage.vue
+3
-0
AnnualParamPage.vue
src/views/SchedulingPage/AnnualParamPage.vue
+6
-6
InstantHeatPage.vue
src/views/SchedulingPage/InstantHeatPage.vue
+1
-1
AddWindow.vue
src/views/SchedulingPage/weatherManageSub/AddWindow.vue
+1
-1
ReviseWindow.vue
src/views/SchedulingPage/weatherManageSub/ReviseWindow.vue
+1
-1
No files found.
src/views/AlarmPage/AlarmStatusPage.vue
View file @
6fc16280
...
...
@@ -1014,6 +1014,9 @@ table td {
width: 70%;
.div-header{
padding-bottom: 15px;
.el-form-item{
margin-right: 15px;
}
}
}
...
...
src/views/SchedulingPage/AnnualParamPage.vue
View file @
6fc16280
...
...
@@ -56,7 +56,7 @@ const rules = reactive({
trigger
:
"blur"
},
{
pattern
:
/^
(
-
?
\d{1,11})(\.[
0-9
]{1,4})?
$/
,
pattern
:
/^
(\d{1,11})(\.[
0-9
]{1,4})?
$/
,
message
:
"请输入正确的标定值"
,
trigger
:
"blur"
}
...
...
@@ -68,7 +68,7 @@ const rules = reactive({
trigger
:
"blur"
},
{
pattern
:
/^
(
-
?
\d{1,11})(\.[
0-9
]{1,4})?
$/
,
pattern
:
/^
(\d{1,11})(\.[
0-9
]{1,4})?
$/
,
message
:
"请输入正确的热指标"
,
trigger
:
"blur"
}
...
...
@@ -510,7 +510,7 @@ function getSupply() {
<el-col
:span=
"8"
col-label
>
热指标(W/m²):
</el-col>
<el-col
:span=
"16"
col-value
>
<el-form-item
prop=
"standard"
style=
"margin: 0;padding: 0"
>
<el-input
v-float-number
maxlength=
"10"
v-model=
"reviseForm.standard"
placeholder=
""
<el-input
maxlength=
"10"
v-model=
"reviseForm.standard"
placeholder=
""
style=
"width: 290px"
/>
</el-form-item>
</el-col>
...
...
@@ -519,7 +519,7 @@ function getSupply() {
<el-col
:span=
"8"
col-label
>
度日数标定值:
</el-col>
<el-col
:span=
"16"
col-value
>
<el-form-item
prop=
"degreeStandard"
style=
"margin: 0;padding: 0"
>
<el-input
v-float-number
maxlength=
"10"
v-model=
"reviseForm.degreeStandard"
placeholder=
""
<el-input
maxlength=
"10"
v-model=
"reviseForm.degreeStandard"
placeholder=
""
style=
"width: 290px"
/>
</el-form-item>
</el-col>
...
...
@@ -596,7 +596,7 @@ function getSupply() {
<el-col
:span=
"8"
col-label
>
热指标(W/m²):
</el-col>
<el-col
:span=
"16"
col-value
>
<el-form-item
prop=
"standard"
style=
"margin: 0;padding: 0"
>
<el-input
v-float-number
maxlength=
"10"
v-model=
"addForm.standard"
placeholder=
""
<el-input
maxlength=
"10"
v-model=
"addForm.standard"
placeholder=
""
style=
"width: 290px"
/>
</el-form-item>
</el-col>
...
...
@@ -605,7 +605,7 @@ function getSupply() {
<el-col
:span=
"8"
col-label
>
度日数标定值:
</el-col>
<el-col
:span=
"16"
col-value
>
<el-form-item
prop=
"degreeStandard"
style=
"margin: 0;padding: 0"
>
<el-input
v-float-number
maxlength=
"10"
v-model=
"addForm.degreeStandard"
placeholder=
""
<el-input
maxlength=
"10"
v-model=
"addForm.degreeStandard"
placeholder=
""
style=
"width: 290px"
/>
</el-form-item>
</el-col>
...
...
src/views/SchedulingPage/InstantHeatPage.vue
View file @
6fc16280
...
...
@@ -28,7 +28,7 @@
<tr>
<td
style=
"text-align: left"
>
<el-form-item
prop=
"diffPercentage"
style=
"padding: 0;margin: 0;"
>
<el-input
v-float-number
maxLenght=
"10"
style=
"width: 80%"
<el-input
maxLenght=
"10"
style=
"width: 80%"
v-model=
"List.diffPercentage"
></el-input>
</el-form-item>
</td>
...
...
src/views/SchedulingPage/weatherManageSub/AddWindow.vue
View file @
6fc16280
...
...
@@ -171,7 +171,7 @@ const rules = reactive({
</
script
>
<
template
>
<el-dialog
v-model=
"props.open"
width=
"1
0
00px"
title=
"新增"
@
close=
"emit('onCancel')"
@
open=
"onOpen"
>
<el-dialog
v-model=
"props.open"
width=
"1
3
00px"
title=
"新增"
@
close=
"emit('onCancel')"
@
open=
"onOpen"
>
<template
#
default
>
<div
class=
"dialog-content"
>
...
...
src/views/SchedulingPage/weatherManageSub/ReviseWindow.vue
View file @
6fc16280
...
...
@@ -182,7 +182,7 @@ function onClose() {
</
script
>
<
template
>
<el-dialog
v-model=
"props.open"
width=
"1
0
00px"
title=
"自定义修改"
@
close=
"onClose"
@
open=
"onOpen"
>
<el-dialog
v-model=
"props.open"
width=
"1
3
00px"
title=
"自定义修改"
@
close=
"onClose"
@
open=
"onOpen"
>
<template
#
default
>
<div
class=
"dialog-content"
>
<el-form
ref=
"formRef"
:model=
"reviseData"
:rules=
"rules"
:inline-message=
"true"
label-width=
"auto"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment