From 961269ef99671b7f1a72621a35bd391c0f2e3ed4 Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Thu, 25 Jun 2026 18:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9AI=E6=8A=A5=E8=AD=A6=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E4=BF=A1=E5=8F=B7=E7=B1=BB=E5=9E=8B=E8=AF=BB?= =?UTF-8?q?=E5=8F=96=E3=80=81=E4=B8=8A=E9=99=90=E5=92=8C=E4=B8=8B=E9=99=90?= =?UTF-8?q?=E5=80=BC=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/aiAlarmSetting/index.vue | 128 ++++++++++++++------ 1 file changed, 93 insertions(+), 35 deletions(-) diff --git a/frontend/src/views/aiAlarmSetting/index.vue b/frontend/src/views/aiAlarmSetting/index.vue index 88766a7..8ca9395 100644 --- a/frontend/src/views/aiAlarmSetting/index.vue +++ b/frontend/src/views/aiAlarmSetting/index.vue @@ -1,6 +1,6 @@ @@ -110,25 +175,20 @@ onMounted(() => {
{{ item.channel_no }}
-
- - - - +
+ {{ item.singal_type }}
- +
- +
- +
@@ -151,11 +211,8 @@ onMounted(() => { - +
@@ -286,8 +343,9 @@ onMounted(() => { :deep(.el-input__inner) { text-align: center !important; } + :deep(.el-input.is-disabled .el-input__inner) { - color: #606266; - -webkit-text-fill-color: #606266; + color: #606266; + -webkit-text-fill-color: #606266; } \ No newline at end of file