<template> <div>志愿者资质管理</div> </template> <script setup> import { ref } from 'vue' const tableData = ref([]) </script> <style scoped lang="scss"> </style>