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
b28e6192
Commit
b28e6192
authored
Sep 04, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调度管理部分页面样式调整
parent
02d37741
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
AlarmStatusPage.vue
src/views/AlarmPage/AlarmStatusPage.vue
+4
-1
EnergyManagePage.vue
src/views/SchedulingPage/EnergyManagePage.vue
+1
-1
No files found.
src/views/AlarmPage/AlarmStatusPage.vue
View file @
b28e6192
...
@@ -291,6 +291,7 @@ function open() {
...
@@ -291,6 +291,7 @@ function open() {
param
.
value
.
cnName
=
''
param
.
value
.
cnName
=
''
// ElMessage.info("请先选择设备后方可编辑参数")
// ElMessage.info("请先选择设备后方可编辑参数")
btnLoading
.
value
=
false
btnLoading
.
value
=
false
paramsSetting
()
}
}
function
onsubmit
()
{
function
onsubmit
()
{
...
@@ -631,7 +632,9 @@ const form_control = ref(true)
...
@@ -631,7 +632,9 @@ const form_control = ref(true)
const
paramsSetting
=
()
=>
{
const
paramsSetting
=
()
=>
{
dialog_content
.
value
=
true
dialog_content
.
value
=
true
getCnNames
()
getCnNames
()
if
(
!
dept
.
value
)
{
ElMessage
.
info
(
"请选择参数后进行编辑..."
)
ElMessage
.
info
(
"请选择参数后进行编辑..."
)
}
}
}
// newRow接收param.value.baseId,添加需要使用
// newRow接收param.value.baseId,添加需要使用
...
...
src/views/SchedulingPage/EnergyManagePage.vue
View file @
b28e6192
...
@@ -408,7 +408,7 @@ onMounted(() => {
...
@@ -408,7 +408,7 @@ onMounted(() => {
<el-table
v-loading=
"loading"
:data=
"tableData"
style=
"width: 60%;font-size: 12px;color: #181818;"
<el-table
v-loading=
"loading"
:data=
"tableData"
style=
"width: 60%;font-size: 12px;color: #181818;"
height=
"calc(100vh - 1
7
0px)"
height=
"calc(100vh - 1
6
0px)"
:header-cell-style=
"
{ color: '#225475', backgroundColor: '#B8CFEE', 'text-align': 'center', height: '40px', padding: '0px', border: '1px solid #99bbe8' }"
:header-cell-style=
"
{ color: '#225475', backgroundColor: '#B8CFEE', 'text-align': 'center', height: '40px', padding: '0px', border: '1px solid #99bbe8' }"
:cell-style="{ 'text-align': 'center', padding: '0px' }" :row-style="{ height: '40px', padding: '0px' }" border
:cell-style="{ 'text-align': 'center', padding: '0px' }" :row-style="{ height: '40px', padding: '0px' }" border
stripe>
stripe>
...
...
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