From e867de6c80eb03f7668a0f8425447b3a8d864827 Mon Sep 17 00:00:00 2001 From: sige Date: Sat, 27 Jul 2024 15:25:21 +0800 Subject: [PATCH] 7 --- src/components/ServiceConfiguration.vue | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/src/components/ServiceConfiguration.vue b/src/components/ServiceConfiguration.vue index 2668133..207a369 100644 --- a/src/components/ServiceConfiguration.vue +++ b/src/components/ServiceConfiguration.vue @@ -35,7 +35,8 @@ >{{ action.name }} -
+
+
{{ actionParam.name }}
TRUE FALSE @@ -59,7 +60,13 @@ -
{{ status.name }} : {{ status.value }}
+
+ {{ status.name }} : + + {{ status.value }} +
\ No newline at end of file + + \ No newline at end of file