Commit b92e584f authored by renjintao's avatar renjintao

申请表

parent f74fbff0
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
<Collapse value="1" class="mt20 ml20" style="position:fixed;width:260px"> <Collapse value="1" class="mt20 ml20" style="position:fixed;width:260px">
<Panel name="1"> <Panel name="1">
申请记录 申请记录
<div slot="content" class="pl30 pb10 lh25"> <div slot="content" class="pl20 pb10 lh25">
<p v-for="(items,i) in datas" :key="i"> <p v-for="(items,i) in datas" :key="i">
<a :href="'#item'+i"> <a :href="'#item'+i">
<span>{{items.applyTime.substring(0,10)}}</span> <span>{{items.applyTime}}</span>
<span class="fr mr10">{{items.creator}}</span> <span class="fr mr10">{{items.creator}}</span>
</a> </a>
</p> </p>
......
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