|
@@ -159,10 +159,6 @@ 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)
|