tangning 1 주 전
부모
커밋
113a3ee7f3
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 4
      src/views/pc/information/components/MemberTable.vue
  2. 0 4
      src/views/pc/information/index.vue

+ 0 - 4
src/views/pc/information/components/MemberTable.vue

@@ -159,10 +159,6 @@ import { ref, reactive, onMounted } from 'vue'
 import { ElMessage } from 'element-plus'
 // import { Search } from '@element-plus/icons-vue'
 
-defineOptions({
-  name: 'MemberTable'
-})
-
 // 响应式数据
 const tableData = ref([])
 const total = ref(0)

+ 0 - 4
src/views/pc/information/index.vue

@@ -66,10 +66,6 @@
 import { ref, onMounted } from 'vue'
 import MemberTable from '@/views/pc/information/components/MemberTable.vue'
 
-defineOptions({
-  name: 'InformationPage'
-})
-
 // 模拟数据结构
 const info = ref({
   head: '',