首页样式优化
This commit is contained in:
parent
a142567520
commit
8806b75615
@ -296,10 +296,10 @@
|
||||
ref="myTable"
|
||||
@mouseover.native="clearScroll"
|
||||
@mouseleave.native="createScroll">
|
||||
<el-table-column fixed prop="eventTimeFormate" label="时间" />
|
||||
<el-table-column prop="deviceCode" label="风机" />
|
||||
<el-table-column fixed prop="eventTimeFormate" label="时间" width="80"/>
|
||||
<el-table-column prop="deviceCode" label="风机" width="70"/>
|
||||
<el-table-column prop="eventText" label="告警内容" />
|
||||
<el-table-column label="操作">
|
||||
<el-table-column label="操作" width="70">
|
||||
<template #default="scope">
|
||||
<div class="tableOperate comfirmed" style="color: #333333;" v-if="scope.row.confirmed">已确认</div>
|
||||
<div class="tableOperate" v-else>
|
||||
@ -902,10 +902,8 @@ const okSubmit = (val: any) => {
|
||||
deviceId: val.deviceId,
|
||||
},
|
||||
]
|
||||
debugger
|
||||
eventComfirm(reqData)
|
||||
.then((res: any) => {
|
||||
debugger
|
||||
if (res.code == 200) {
|
||||
ElMessage.success(res.msg ?? '确认成功')
|
||||
getTableData(deviceCode.value)
|
||||
|
@ -83,7 +83,6 @@ const animationDuration=reactive({
|
||||
'animation-duration': rotationspeed+'s',
|
||||
})
|
||||
const handleDoubleClick = (row) => {
|
||||
debugger
|
||||
if (!router.hasRoute('windTurbine')) {
|
||||
router.addRoute('admin', {
|
||||
path: '/windTurbine',
|
||||
@ -153,6 +152,7 @@ const handleDoubleClick = (row) => {
|
||||
|
||||
.FanList-panel{
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
.fanlist-top{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user