Commit 716b6cf9 authored by 徐俊's avatar 徐俊
parents 4fc9a669 3cabd80b
......@@ -290,7 +290,7 @@
</a-col>
<a-col :span="8">
<div class="special-middle">
{{ value.startDate }}
{{ moment(value.startDate).format('YYYY-MM-DD') }}
</div>
</a-col>
<a-col :span="4" class="bg-gray">
......@@ -300,7 +300,7 @@
</a-col>
<a-col :span="8">
<div class="special-middle">
{{ value.endDate }}
{{ moment(value.endDate).format('YYYY-MM-DD') }}
</div>
</a-col>
</a-row>
......
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