Commit 6fb9aa3e by 陈羽

update: 欢迎语时间格式

parent f16162c5
...@@ -285,9 +285,6 @@ export default { ...@@ -285,9 +285,6 @@ export default {
vertical-align: middle; vertical-align: middle;
line-height: 32px; line-height: 32px;
} }
.table-condition {
// min-width: 1200px;
}
.daily-set-wrap { .daily-set-wrap {
height: 100%; height: 100%;
.daily-set-content { .daily-set-content {
......
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
</div> </div>
<div class="salutatory-wrap m-t-20"> <div class="salutatory-wrap m-t-20">
<div class="top"> <div class="top">
<p class="left">欢迎语标题 {{ form.title || '【系统默认】' }}</p> <p class="left">欢迎语标题 {{ form.title || '系统默认' }}</p>
<p class="right"> <p class="right">
<span class="date">最近编辑时间:{{ form.updateTime || '-' }}</span <span class="date">最近编辑时间:{{ form.updateTime | formatTimeStamp }}</span
><el-button type="text" @click="changeRoute">编辑</el-button> ><el-button type="text" @click="changeRoute">编辑</el-button>
</p> </p>
</div> </div>
...@@ -44,6 +44,7 @@ export default { ...@@ -44,6 +44,7 @@ export default {
form: {} form: {}
}; };
}, },
filters: {},
methods: { 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