소스 검색

标题错误纠正

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>

불러오는 중...
취소
저장