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

1 month ago
1 month ago
123456789
  1. <Pannel title="合同到期预警" height="305" flexIble
  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. <ScrollTable v-if="isLoad" :headers="headers" :data="data"></ScrollTable>
  8. </Pannel>