Commit bdf8356a authored by zhengke's avatar zhengke

修改

parent 9055ba30
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<q-item-label class="text-weight-bold">{{x.Title}}</q-item-label> <q-item-label class="text-weight-bold">{{x.Title}}</q-item-label>
<q-item-label caption lines="3" class="remark-font">{{x.Content}}</q-item-label> <q-item-label caption lines="3" class="remark-font">{{x.Content}}</q-item-label>
</q-item-section> </q-item-section>
<q-item-section side class="remark-font">{{x.SendTime}}</q-item-section> <q-item-section side class="remark-font">{{x.SendTime.replace('T',' ')}}</q-item-section>
</q-item> </q-item>
</q-list> </q-list>
<none-data v-else></none-data> <none-data v-else></none-data>
......
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