Commit 10ed1431 authored by 徐俊's avatar 徐俊

xujun

parent b7489635
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<a-col :span="1"> <a-col :span="1">
<div class="special-middle"> <div class="special-middle">
<div> <div>
{{ moment(item.birthday).format('YYYY-MM') }} {{ moment(item.birthday).format('YYYY-MM-DD') }}
</div> </div>
</div> </div>
</a-col> </a-col>
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<a-col :span="1"> <a-col :span="1">
<div class="special-middle"> <div class="special-middle">
<div> <div>
{{ moment(item.birthday).format('YYYY-MM') }} {{ moment(item.birthday).format('YYYY-MM-DD') }}
</div> </div>
</div> </div>
</a-col> </a-col>
......
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