|
|
|
@ -265,7 +265,7 @@ |
|
|
|
</el-row> |
|
|
|
|
|
|
|
<!-- AGV状态表格 --> |
|
|
|
<el-table :data="agvList" border style="width: 100%;" max-height="400" class="zxClass"> |
|
|
|
<el-table :data="agvList" border style="width: 100%;" height="300" class="zxClass"> |
|
|
|
<el-table-column prop="id" label="AGV编号" width="100" align="center"></el-table-column> |
|
|
|
<el-table-column prop="soc" label="电量" width="120" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
@ -316,7 +316,7 @@ |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<!-- 告警信息对话框 --> |
|
|
|
<el-dialog title="AGV告警信息" :visible.sync="alarmDialogVisible" width="70%" :close-on-click-modal="false"> |
|
|
|
<el-dialog title="AGV告警信息" :visible.sync="alarmDialogVisible" width="75%" :close-on-click-modal="false"> |
|
|
|
<div> |
|
|
|
<!-- 告警统计 --> |
|
|
|
<el-row :gutter="20" style="margin-bottom: 20px;"> |
|
|
|
@ -360,7 +360,7 @@ |
|
|
|
border |
|
|
|
v-loading="alarmLoading" |
|
|
|
style="width: 100%;" |
|
|
|
max-height="400"> |
|
|
|
height="300"> |
|
|
|
<el-table-column prop="deviceName" label="设备名称" width="120" align="center"></el-table-column> |
|
|
|
<el-table-column prop="tuskServiceName" label="服务名称" width="120" align="center"></el-table-column> |
|
|
|
<el-table-column prop="taskId" label="任务ID" width="120" align="center"> |
|
|
|
@ -740,7 +740,7 @@ export default { |
|
|
|
|
|
|
|
// 取消TUSK任务 |
|
|
|
cancelTuskTask(row) { |
|
|
|
this.$confirm('确定要取消此TUSK任务吗?取消后可能无法恢复!', '警告', { |
|
|
|
this.$confirm('确定要取消此AGV任务吗?取消后会导致任务中断,部分数据或后续操作需要人工干预,请谨慎操作!', '警告', { |
|
|
|
confirmButtonText: '确定', |
|
|
|
cancelButtonText: '取消', |
|
|
|
type: 'warning' |
|
|
|
@ -994,9 +994,9 @@ export default { |
|
|
|
|
|
|
|
<style scoped> |
|
|
|
/deep/ .zxClass .cell { |
|
|
|
line-height: 24px; |
|
|
|
line-height: 32px; |
|
|
|
font-size: 12px; |
|
|
|
height: 24px; |
|
|
|
height: 32px; |
|
|
|
} |
|
|
|
.sl-svg { |
|
|
|
overflow: hidden; |
|
|
|
|