Sign in

Board / HH-board-2026 · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • HH-board-2026
  • jinDieLi
  • html
  • src
  • components
  • progressTable.vue
  • 金叠利
    88601870
    伍家闻 authored
    2026-04-07 09:05:08 +0800  
    Browse Code »
progressTable.vue 282 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<template>
   
  </template>
  <script>
  export default {
    props: {
      config: {
        type: Object,
        default: () => {
          return {
          
          };
        },
      },
    },
    data() {
      return {};
    },
  };
  </script>
  
  <style></style>