瀏覽代碼

标题错误纠正

dev
张泽亮 3 天之前
父節點
當前提交
1d0e3a256d
共有 1 個文件被更改,包括 9 次插入9 次删除
  1. +9
    -9
      src/views/resources/comps/right/top/1/index.html

+ 9
- 9
src/views/resources/comps/right/top/1/index.html 查看文件

@@ -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…
取消
儲存