Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
3c459a9c
Commit
3c459a9c
authored
Jul 26, 2020
by
dbdu
Browse files
Merge branch 'master' of
https://gitee.com/elunez/eladmin
parents
da3d140c
fca64042
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/resources/template/generator/front/index.ftl
View file @
3c459a9c
...
@@ -120,7 +120,6 @@ import crudOperation from '@crud/CRUD.operation'
...
@@ -120,7 +120,6 @@ import crudOperation from '@crud/CRUD.operation'
import
udOperation from '@crud/UD.operation'
import
udOperation from '@crud/UD.operation'
import
pagination from '@crud/Pagination'
import
pagination from '@crud/Pagination'
const
defaultForm =
{
<#
if
columns
??><#
list
columns
as
column
>$
{
column
.changeColumnName
}:
null
<#
if
column_has_next
>
,
</#
if
></#
list
></#
if
>
}
const
defaultForm =
{
<#
if
columns
??><#
list
columns
as
column
>$
{
column
.changeColumnName
}:
null
<#
if
column_has_next
>
,
</#
if
></#
list
></#
if
>
}
export
default
{
export
default
{
name
:
'$
{
className
}
'
,
name
:
'$
{
className
}
'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment