Commit 4b29eb1a by e

add

parent 0d5311ec
Showing with 21 additions and 1 deletions
......@@ -21,7 +21,27 @@
<div class="slips-bottom">
<h3>收入记录</h3>
<hr />
<div class="box2" id="main-content"></div>
<div class="box2" id="main-content">
<div class="child">
<span class="year font1">year</span>
<div class="data">
<div class="month-list">
<div class="month">
<span class="font1">month月</span>
<span></span>
<span class="font1">sum</span>
</div>
<div class="slary">
<a href class="detail">
<span class="font2">工资 | abbr_name</span>
<span></span>
<span class="font2">current_real_wage</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</template>
......
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 sign in to comment