collect.vue 228 B

123456789101112131415
  1. <template>
  2. <hc-card title="合同段计量支付汇总">
  3. 开发中...
  4. </hc-card>
  5. </template>
  6. <script setup>
  7. defineOptions({
  8. name: 'DebitPayLedgersCollect',
  9. })
  10. </script>
  11. <style scoped lang="scss">
  12. </style>