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
e7ac7853
Commit
e7ac7853
authored
Apr 24, 2020
by
RuoYi
Browse files
表格树模板去掉多余的)
parent
8448b2b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi/src/main/resources/vm/vue/index-tree.vue.vm
View file @
e7ac7853
...
...
@@ -88,7 +88,7 @@
#
elseif
($
column
.
list
&&
$
column
.
htmlType
==
"datetime"
)
<el-table-column
label=
"
${
comment
}
"
align=
"center"
prop=
"
${
javaField
}
"
width=
"180"
>
<template
slot-scope=
"scope"
>
<span>
{{
parseTime(scope.row.
${
javaField
}
)
, '
{
y}-
{
m}-
{
d}') }}
</span>
<span>
{{
parseTime(scope.row.
${
javaField
}
, '
{
y}-
{
m}-
{
d}') }}
</span>
</template>
</el-table-column>
#
elseif
($
column
.
list
&&
""
!=
$
column
.
dictType
)
...
...
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