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
73964e7e
Commit
73964e7e
authored
Aug 14, 2024
by
xuke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
气象干预-字段规范
parent
f502f925
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
138 additions
and
88 deletions
+138
-88
AnnualParamPage.vue
src/views/SchedulingPage/AnnualParamPage.vue
+6
-5
AddWindow.vue
src/views/SchedulingPage/weatherManageSub/AddWindow.vue
+132
-83
No files found.
src/views/SchedulingPage/AnnualParamPage.vue
View file @
73964e7e
...
...
@@ -121,8 +121,8 @@ function onAddSubmit() { // 提交新增
return
}
})
console
.
log
(
'>>>>>>>>=='
,
addForm
.
value
)
console
.
log
(
'========>>>>'
,
addForm
.
value
.
year
)
console
.
log
(
'>>>>>>>>=='
,
addForm
.
value
)
console
.
log
(
'========>>>>'
,
addForm
.
value
.
year
)
addAnnualParam
(
addForm
.
value
).
then
(
res
=>
{
if
(
res
.
success
)
{
getData
()
...
...
@@ -171,7 +171,7 @@ function resetInput() {
backWaterTemperature
:
''
}
}
function
resetSearch
(){
function
resetSearch
()
{
searchKey
.
value
=
''
getData
()
}
...
...
@@ -265,7 +265,8 @@ function customSort(a, b) {
<el-row>
<el-col
:span=
"8"
col-label
>
热指标(W/m²):
</el-col>
<el-col
:span=
"16"
col-value
>
<el-input
v-float-number
maxlength=
"11"
v-model=
"reviseForm.standard"
placeholder=
""
style=
"width: 370px"
/>
<el-input
v-float-number
maxlength=
"11"
v-model=
"reviseForm.standard"
placeholder=
""
style=
"width: 370px"
/>
</el-col>
</el-row>
<el-row>
...
...
@@ -339,7 +340,7 @@ function customSort(a, b) {
<el-row>
<el-col
:span=
"8"
col-label
>
室外温度:
</el-col>
<el-col
:span=
"16"
col-value
>
<el-input
maxlength=
"11"
v-model=
"addForm.outdoorTemperature"
style=
"width: 370px"
/>
<el-input
maxlength=
"11"
v-model=
"addForm.outdoorTemperature"
style=
"width: 370px"
/>
</el-col>
</el-row>
<el-row>
...
...
src/views/SchedulingPage/weatherManageSub/AddWindow.vue
View file @
73964e7e
This diff is collapsed.
Click to expand it.
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