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
RuoYi Vue
Commits
dd664008
Commit
dd664008
authored
Aug 27, 2020
by
RuoYi
Browse files
代码生成树模板去掉多余双引号
parent
be54188b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
View file @
dd664008
...
...
@@ -273,7 +273,7 @@ export default {
#
set
($
comment
=
$
column
.
columnComment
)
#
end
$
column
.
javaField
:
[
{
required
:
true
,
message
:
"
$
comment
不能为空
"
,
trigger
:
"
#
if
($
column
.
htmlType
==
"select"
)
"
change
"
#
else
"
blur
"
#
end
"
}
{
required
:
true
,
message
:
"
$
comment
不能为空
"
,
trigger
:
#
if
($
column
.
htmlType
==
"select"
)
"
change
"
#
else
"
blur
"
#
end
}
]#
if
($
velocityCount
!=
$
columns
.
size
()),#
end
#
end
...
...
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