From c58ff40bb46f29286f3a762226c0919d0e260a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A5=BF=E9=9B=86?= Date: Sat, 2 Sep 2017 21:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcrud=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=9A=84radio=E5=92=8Ccheckbox=E7=9A=84?= =?UTF-8?q?=E5=AF=B9=E9=BD=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/command/Crud/stubs/html/checkbox.stub | 4 +++- application/admin/command/Crud/stubs/html/radio.stub | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/application/admin/command/Crud/stubs/html/checkbox.stub b/application/admin/command/Crud/stubs/html/checkbox.stub index cdfeb8136..9aa587e72 100644 --- a/application/admin/command/Crud/stubs/html/checkbox.stub +++ b/application/admin/command/Crud/stubs/html/checkbox.stub @@ -1,4 +1,6 @@ - + +
{foreach name="{%fieldList%}" item="vo"} {/foreach} +
diff --git a/application/admin/command/Crud/stubs/html/radio.stub b/application/admin/command/Crud/stubs/html/radio.stub index 292ca4c32..a3c7b2ec0 100644 --- a/application/admin/command/Crud/stubs/html/radio.stub +++ b/application/admin/command/Crud/stubs/html/radio.stub @@ -1,4 +1,6 @@ - + +
{foreach name="{%fieldList%}" item="vo"} {/foreach} +
-- Gitee