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
7c02838c
Commit
7c02838c
authored
Aug 26, 2024
by
xuhaoze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
气象干预删掉操作时间排序,在新增和修改页面把自动模式的选项设为不可选
parent
fee5e7d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
WeatherManagePage.vue
src/views/SchedulingPage/WeatherManagePage.vue
+2
-2
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/SchedulingPage/WeatherManagePage.vue
View file @
7c02838c
...
@@ -205,6 +205,8 @@ function resetSearch(){
...
@@ -205,6 +205,8 @@ function resetSearch(){
function
revise1
(
row
)
{
function
revise1
(
row
)
{
console
.
log
(
"scope.row"
,
row
);
console
.
log
(
"scope.row"
,
row
);
}
}
var
h
=
window
.
innerHeight
-
230
const
tableHeight
=
ref
(
h
);
</
script
>
</
script
>
<
template
>
<
template
>
...
@@ -235,8 +237,6 @@ function revise1(row) {
...
@@ -235,8 +237,6 @@ function revise1(row) {
stripe
stripe
border
border
style=
"width: 100%"
style=
"width: 100%"
height=
"720px"
:default-sort=
"
{ prop: 'operateTime', order: 'descending' }"
:header-cell-class-name=
"tableHeaderClass"
:header-cell-class-name=
"tableHeaderClass"
:row-class-name=
"tableBodyClass"
>
:row-class-name=
"tableBodyClass"
>
<el-table-column
prop=
"allowPagingId"
label=
"编号"
align=
"center"
width=
"60"
/>
<el-table-column
prop=
"allowPagingId"
label=
"编号"
align=
"center"
width=
"60"
/>
...
...
src/views/SchedulingPage/weatherManageSub/AddWindow.vue
View file @
7c02838c
...
@@ -236,7 +236,7 @@ const rules = reactive({
...
@@ -236,7 +236,7 @@ const rules = reactive({
<el-row>
<el-row>
<el-col
:span=
"5"
class=
"content-col-label"
>
切换自动模式:
</el-col>
<el-col
:span=
"5"
class=
"content-col-label"
>
切换自动模式:
</el-col>
<el-col
:span=
"7"
class=
"content-col-value"
>
<el-col
:span=
"7"
class=
"content-col-value"
>
<el-checkbox
:style=
"
{ marginLeft: '10px' }" v-model="addData.isAuto" label="自动模式" />
<el-checkbox
disabled
:style=
"
{ marginLeft: '10px' }" v-model="addData.isAuto" label="自动模式" />
</el-col>
</el-col>
<el-col
:span=
"5"
class=
"content-col-label"
>
自动偏差百分比(%d):
</el-col>
<el-col
:span=
"5"
class=
"content-col-label"
>
自动偏差百分比(%d):
</el-col>
<el-col
:span=
"7"
class=
"content-col-value"
>
<el-col
:span=
"7"
class=
"content-col-value"
>
...
...
src/views/SchedulingPage/weatherManageSub/ReviseWindow.vue
View file @
7c02838c
...
@@ -243,7 +243,7 @@ function onClose() {
...
@@ -243,7 +243,7 @@ function onClose() {
<el-row>
<el-row>
<el-col
:span=
"5"
class=
"content-col-label"
>
切换自动模式:
</el-col>
<el-col
:span=
"5"
class=
"content-col-label"
>
切换自动模式:
</el-col>
<el-col
:span=
"7"
class=
"content-col-value"
>
<el-col
:span=
"7"
class=
"content-col-value"
>
<el-checkbox
:style=
"
{ marginLeft: '10px' }" v-model="switchingisAuto" label="自动模式"/>
<el-checkbox
disabled
:style=
"
{ marginLeft: '10px' }" v-model="switchingisAuto" label="自动模式"/>
</el-col>
</el-col>
<el-col
:span=
"5"
class=
"content-col-label"
>
自动偏差百分比(%d):
</el-col>
<el-col
:span=
"5"
class=
"content-col-label"
>
自动偏差百分比(%d):
</el-col>
<el-col
:span=
"7"
class=
"content-col-value"
>
<el-col
:span=
"7"
class=
"content-col-value"
>
...
...
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