manage.vue 128 B

123456789
  1. <template>
  2. <a-card>
  3. operator
  4. </a-card>
  5. </template>
  6. <script lang='ts' setup >
  7. </script>
  8. <style lang='less' scoped >
  9. </style>