提交 3a08ab8d authored 作者: 王天霸's avatar 王天霸

Merge branch '1.1.13-new' into test

# Conflicts:
#	src/views/system/messageCenter/components/msgtemplateInfo.vue
#	src/views/system/messageCenter/msgtemplate.vue
......@@ -60,7 +60,7 @@ export default {
},
created() {
this.getMessageInfos();
this.getIsPaas();
// this.getIsPaas();
},
methods: {
//获取详情信息
......@@ -109,7 +109,8 @@ export default {
});
},
//日期转换
formatter(time) {
/** 时间格式化 */
formatter(time) {
return dateFormat(time * 1000, 'Y-m-d H:i:s')
},
},
......
......@@ -312,7 +312,7 @@ export default {
this.currentPage = val;
this.getList();
},
/** 时间格式化 */
/** 时间格式化 */
formatter(time) {
return dateFormat(time * 1000, 'Y-m-d H:i:s')
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论