|
@@ -22,10 +22,10 @@
|
|
|
>
|
|
|
<el-col :span="3" class="date">
|
|
|
<el-col :span="24" class="dateInfo">
|
|
|
+ <el-col :span="24" class="years"> --{{ dayjs(item.date).format('YYYY') }}-- </el-col>
|
|
|
<el-col :span="24" class="days">
|
|
|
{{ dayjs(item.date).format('MM-DD') }}
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="years"> --{{ dayjs(item.date).format('YYYY') }}-- </el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="14" class="mess">
|