Browse Source

标题错误纠正

dev
张泽亮 3 days ago
parent
commit
1d0e3a256d
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      src/views/resources/comps/right/top/1/index.html

+ 9
- 9
src/views/resources/comps/right/top/1/index.html View File

@@ -1,9 +1,9 @@
<Pannel title="资源负债分析" height="232">
<table>
<tr v-for="line in data">
<td v-for="item in line">
<Block :data="item"></Block>
</td>
</tr>
</table>
</Pannel>
<Pannel title="合同概况分析" height="232">
<table>
<tr v-for="line in data">
<td v-for="item in line">
<Block :data="item"></Block>
</td>
</tr>
</table>
</Pannel>

Loading…
Cancel
Save