Commit 4dccfd6e authored by zhengke's avatar zhengke

修改

parent ce3ffb6b
......@@ -135,6 +135,7 @@
<q-timeline color="secondary" >
<q-timeline-entry
v-for="(x,j) in data2" :index="j"
:key="j"
:title="x.CreateByName"
:subtitle="x.CreateTime"
>
......@@ -151,6 +152,7 @@
<q-timeline color="secondary" >
<q-timeline-entry
v-for="(x,j) in data3" :index="j"
:key="j"
:title="x.CreateByName"
:subtitle="x.CreateTime"
>
......
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