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
Springboot Plus
Commits
a17e01dd
Commit
a17e01dd
authored
Oct 14, 2019
by
zengchao
Browse files
-
parent
a30f21ad
Changes
2
Show whitespace changes
Inline
Side-by-side
plus-admin/admin-core/src/main/java/com/ibeetl/admin/core/conf/BeetlConf.java
View file @
a17e01dd
package
com.ibeetl.admin.core.conf
;
import
cn.hutool.core.util.CharsetUtil
;
import
cn.hutool.setting.SettingUtil
;
import
cn.hutool.setting.dialect.Props
;
import
com.fasterxml.jackson.databind.ObjectMapper
;
import
com.ibeetl.admin.core.conf.handler.DateTypeHandler
;
import
com.ibeetl.admin.core.conf.handler.ZonedDateTimeTypeHandler
;
...
...
@@ -25,7 +23,6 @@ import com.ibeetl.admin.core.web.query.QueryParser;
import
com.ibeetl.starter.BeetlSqlMutipleSourceCustomize
;
import
com.ibeetl.starter.BeetlTemplateCustomize
;
import
com.ibeetl.starter.ObjectMapperJsonUtil
;
import
java.io.File
;
import
java.io.UnsupportedEncodingException
;
import
java.time.ZonedDateTime
;
import
java.util.Date
;
...
...
@@ -113,8 +110,9 @@ public class BeetlConf {
/**
* Beetl模板引擎的自定义配置
*
* @return
*
*/
*/
@Bean
public
BeetlTemplateCustomize
beetlTemplateCustomize
()
{
return
groupTemplate
->
{
...
...
@@ -183,6 +181,7 @@ public class BeetlConf {
/**
* 将内置生成的SQL排除打印
*
* @param sqlId
* @return
*/
...
...
@@ -197,7 +196,7 @@ public class BeetlConf {
@Override
protected
void
println
(
String
str
)
{
logger
.
info
(
System
.
lineSeparator
()
+
str
);
logger
.
info
(
System
.
lineSeparator
()
+
str
);
}
}
}
ve-admin/admin-web/src/views/table/complex-table.vue
View file @
a17e01dd
<!--
* @Author: ???????
* @since: 2019-09-09 12:16:29
* @LastEditTime: 2019-10-1
2
1
7:10:36
* @LastEditTime: 2019-10-1
4
1
6:02:48
* @LastEditors: ???????
* @Description:
-->
...
...
@@ -438,7 +438,7 @@ export default {
}
,
handleModifyStatus
(
row
,
status
)
{
this
.
$message
({
message
:
'
操作
Success
'
,
message
:
'
Modify
Success
'
,
type
:
'
success
'
}
);
row
.
status
=
status
;
...
...
@@ -574,6 +574,7 @@ export default {
}
)
);
}
,
/* eslint-disable indent */
getSortClass
:
function
(
key
)
{
const
sort
=
this
.
listQuery
.
sort
;
return
sort
===
`+${key
}
`
...
...
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