Commit 6fb9aa3e by 陈羽

update: 欢迎语时间格式

parent f16162c5
......@@ -285,9 +285,6 @@ export default {
vertical-align: middle;
line-height: 32px;
}
.table-condition {
// min-width: 1200px;
}
.daily-set-wrap {
height: 100%;
.daily-set-content {
......
......@@ -15,9 +15,9 @@
</div>
<div class="salutatory-wrap m-t-20">
<div class="top">
<p class="left">欢迎语标题 {{ form.title || '【系统默认】' }}</p>
<p class="left">欢迎语标题 {{ form.title || '系统默认' }}</p>
<p class="right">
<span class="date">最近编辑时间:{{ form.updateTime || '-' }}</span
<span class="date">最近编辑时间:{{ form.updateTime | formatTimeStamp }}</span
><el-button type="text" @click="changeRoute">编辑</el-button>
</p>
</div>
......@@ -44,6 +44,7 @@ export default {
form: {}
};
},
filters: {},
methods: {
/**
* 跳转
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment