diff --git a/playlet-admin/src/main/resources/templates/system/playlet/detail/detail.html b/playlet-admin/src/main/resources/templates/system/playlet/detail/detail.html
index 46a3264..d5c3cf0 100644
--- a/playlet-admin/src/main/resources/templates/system/playlet/detail/detail.html
+++ b/playlet-admin/src/main/resources/templates/system/playlet/detail/detail.html
@@ -117,9 +117,9 @@
},
{
field: 'headUrl',
- title: '头部图',
+ title: '头图',
formatter: function(value) {
- if (value != null && value !== ''){return '
头部图';}
+ if (value != null && value !== ''){return '
头图';}
else {return '
无'}
}
},
@@ -127,6 +127,10 @@
field: 'detailTag',
title: '文章标签'
},
+ {
+ field: 'createTime',
+ title: '发布时间'
+ },
{
field: 'remark',
title: '备注',
diff --git a/playlet-admin/src/main/resources/templates/system/playlet/detail/edit.html b/playlet-admin/src/main/resources/templates/system/playlet/detail/edit.html
index 2ff9a7a..037be2c 100644
--- a/playlet-admin/src/main/resources/templates/system/playlet/detail/edit.html
+++ b/playlet-admin/src/main/resources/templates/system/playlet/detail/edit.html
@@ -39,7 +39,7 @@