diff --git a/template/vue.go.template b/template/vue.go.template
index 4173b5c2..904f3796 100644
--- a/template/vue.go.template
+++ b/template/vue.go.template
@@ -2,12 +2,12 @@
{{range .Columns}}
- {{- $x := .IsQuery -}}
- {{- if ($x) -}}
-
-
-
- {{end}}
+ {{- $x := .IsQuery -}}
+ {{- if ($x) -}}
+
+
+
+ {{end}}
{{- end }}
搜索
@@ -47,13 +47,13 @@
-
+
{{- range .Columns -}}
- {{- $x := .IsList -}}
- {{- if ($x) -}}
-
- {{- end -}}
+ {{- $x := .IsList -}}
+ {{- if ($x) -}}
+
+ {{- end -}}
{{- end }}
@@ -86,16 +86,13 @@
-
-
-
{{ range .Columns }}
- {{- $x := .IsInsert -}}
- {{- if ($x) -}}
-
-
-
- {{ end }}
+ {{- $x := .IsInsert -}}
+ {{- if ($x) -}}
+
+
+
+ {{ end }}
{{- end }}