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