|
@@ -155,14 +155,10 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
-import { ref, reactive, onMounted, defineOptions } from 'vue'
|
|
|
|
|
|
+import { ref, reactive, onMounted } from 'vue'
|
|
import { ElMessage } from 'element-plus'
|
|
import { ElMessage } from 'element-plus'
|
|
// import { Search } from '@element-plus/icons-vue'
|
|
// import { Search } from '@element-plus/icons-vue'
|
|
|
|
|
|
-defineOptions({
|
|
|
|
- name: 'MemberTable'
|
|
|
|
-})
|
|
|
|
-
|
|
|
|
// 响应式数据
|
|
// 响应式数据
|
|
const tableData = ref([])
|
|
const tableData = ref([])
|
|
const total = ref(0)
|
|
const total = ref(0)
|