农经大屏
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.

9 lines
260 B

  1. <Pannel title="债务概况分析" height="305"
  2. v-loading="!isLoad"
  3. element-loading-text="拼命加载中"
  4. element-loading-spinner="el-icon-loading"
  5. element-loading-background="rgba(0, 0, 0, 0.1)"
  6. >
  7. <Pies v-if="isLoad" :data="data"></Pies>
  8. </Pannel>