From c2c862b24674c33a2bd52c10d75974e95de4cb62 Mon Sep 17 00:00:00 2001 From: dongzhihuan Date: Sat, 28 Feb 2026 15:25:01 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BF=AE=E5=A4=8Dbug=20995=20?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E3=80=81=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/simulation/parameter/index.vue | 37 +++++++++++++++++++----- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/src/views/simulation/parameter/index.vue b/src/views/simulation/parameter/index.vue index 372713eb..8b73c824 100644 --- a/src/views/simulation/parameter/index.vue +++ b/src/views/simulation/parameter/index.vue @@ -20,7 +20,8 @@
{{ data.name }}
-
+ +
@@ -43,7 +44,7 @@ ref="paramTableRef" tableName="PARAMETER_LIST" hidePagination - :actionList="actionList" + :actionList="currentNode.shenpi ? [] : actionList" >