From 67c742acee8731a060dcd337a3a9b5cf3219f027 Mon Sep 17 00:00:00 2001 From: 86156 <823267011@qq.com> Date: Mon, 12 Jan 2026 14:59:18 +0800 Subject: [PATCH] =?UTF-8?q?g29=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=9B=B2=E7=BA=BF=EF=BC=8C=E4=BF=AE=E5=A4=8D=E8=B7=9F=E8=B8=AA?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/l2/src/views/l2/pdo/components/line.vue | 23 ++++++-------------- apps/l2/src/views/l2/pdo/index.vue | 2 +- apps/l2/src/views/l2/track/rect.vue | 6 ++--- 3 files changed, 11 insertions(+), 20 deletions(-) diff --git a/apps/l2/src/views/l2/pdo/components/line.vue b/apps/l2/src/views/l2/pdo/components/line.vue index c1f52cb..29a1b34 100644 --- a/apps/l2/src/views/l2/pdo/components/line.vue +++ b/apps/l2/src/views/l2/pdo/components/line.vue @@ -53,22 +53,13 @@ export default { { label: '带钢速度', value: 'stripSpeed' }, { label: '1#开卷机张力', value: 'tensionPorBr1' }, { label: '2#开卷机张力', value: 'tensionPorBr2' }, - { label: '清洗电压', value: 'cleaningVoltage' }, - { label: '清洗电流', value: 'cleaningCurrent' }, - { label: '碱液浓度', value: 'alkaliConcentration' }, - { label: '碱液温度', value: 'alkaliTemperature' }, - { label: '预热段出口板温', value: 'phfExitStripTemp' }, - { label: '加热段出口板温', value: 'rtfExitStripTemp' }, - { label: '冷却段出口板温', value: 'jcsExitStripTemp' }, - { label: '均热段出口板温', value: 'scsExitStripTemp' }, - { label: '锌锅温度', value: 'potTemperature' }, - { label: '锌锅功率', value: 'zincPotPower' }, - { label: '燃气消耗量', value: 'gasConsumption' }, - { label: '冷却塔带钢温度', value: 'coolingTowerStripTemp' }, - { label: '光整机张力', value: 'tensionBr5Tm' }, - { label: '光整机出口速度', value: 'stripSpeedTmExit' }, - { label: '拉矫机延伸率', value: 'tlElongation' }, - { label: '拉矫机张力', value: 'tensionTlBr7' } + { label: 'BR1-BR2张力', value: 'tensionBr1Br2' }, + { label: 'BR2-BR3张力', value: 'tensionBr2Br3' }, + { label: '入口活套套量', value: 'celCapacity' }, + { label: '出口活套套量', value: 'cxlCapacity' }, + { label: 'PH炉温度', value: 'phFurnaceTemperatureActual' }, + { label: 'NOF1炉温度', value: 'nof1FurnaceTemperatureActual' }, + { label: 'NOF1炉控制输出', value: 'nof1FurnaceTemperatureControlOutput' } ], treeProps: { children: 'children', diff --git a/apps/l2/src/views/l2/pdo/index.vue b/apps/l2/src/views/l2/pdo/index.vue index b7d03a2..d63dbe4 100644 --- a/apps/l2/src/views/l2/pdo/index.vue +++ b/apps/l2/src/views/l2/pdo/index.vue @@ -37,7 +37,7 @@
- + diff --git a/apps/l2/src/views/l2/track/rect.vue b/apps/l2/src/views/l2/track/rect.vue index d313107..ad6a130 100644 --- a/apps/l2/src/views/l2/track/rect.vue +++ b/apps/l2/src/views/l2/track/rect.vue @@ -907,7 +907,7 @@ import { getDriveSetupValue, getFurnaceSetupValue } from '@/api/l2/setupValue' return this.buildSectionMetrics('COAT', [ 'stripSpeedTmExit', 'avrCoatingWeightTop', 'avrCoatingWeightBottom', 'tmElongation', 'tlElongation', 'tensionBr6toBr7Br8', 'tensionBr8Tm', - 'tensionTmBr9', 'tlElongation']) + 'tensionTmBr9']) }, exitSectionMetrics() { return this.buildSectionMetrics('EXIT', ['speedExitSection', 'coilLength', 'cxlLength', 'cxlCapacity', 'tensionBr9Tr']) @@ -1310,14 +1310,14 @@ import { getDriveSetupValue, getFurnaceSetupValue } from '@/api/l2/setupValue' title: '甩尾操作提示', type: 'warning', duration: 5000, - needAlert: true + needAlert: false }, THROW_TAIL: { icon: '⚠️', title: '甩尾操作提示', type: 'warning', duration: 5000, - needAlert: true + needAlert: false }, ALL_RETURN: { icon: '↩️',