农经大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 208 B

123456789
  1. <Pannel title="货币资金分析" height="232">
  2. <table>
  3. <tr v-for="line in data">
  4. <td v-for="item in line">
  5. <Block :data="item"></Block>
  6. </td>
  7. </tr>
  8. </table>
  9. </Pannel>