From 1573abdde12641f06030f5c511a6661746e70468 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Fri, 31 May 2024 10:59:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E5=90=8D=E7=A7=B0=EF=BC=8C=E5=92=8C=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/action/nodes/_form.html.erb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/views/action/nodes/_form.html.erb b/app/views/action/nodes/_form.html.erb index f80395809..0ecee56ed 100644 --- a/app/views/action/nodes/_form.html.erb +++ b/app/views/action/nodes/_form.html.erb @@ -14,14 +14,13 @@ <%= form.select :action_node_types_id, options_for_select(Action::NodeType.all.map { |key| [key.name, key.id]}, node.action_node_types_id), {}, class: "form-control" %> -
- <%= form.label :name, "节点名称" %> - <%= form.text_field :name %> + <%= form.label :label, "节点名称" %> + <%= form.text_field :label %>
- <%= form.label :label, "节点标识" %> - <%= form.text_field :label %> + <%= form.label :name, "节点标识" %> + <%= form.text_field :name %>
<%= form.label :full_name, "节点全名" %>