From 7d6e9c6161440694f43bd5b452ab1743bb35e07b Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Fri, 25 Aug 2023 14:50:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/AlarmThresholdValue.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/AlarmThresholdValue.vue b/src/pages/AlarmThresholdValue.vue index f5ac866..22e2ac5 100644 --- a/src/pages/AlarmThresholdValue.vue +++ b/src/pages/AlarmThresholdValue.vue @@ -148,7 +148,7 @@ const columnDefs: QTableColumn[] = [ }, { name: 'value', - label: '值', + label: '值(可修改)', field: 'value', align: 'center', },