feat(member/index.vue): 添加会员管理

This commit is contained in:
郝先瑞
2022-01-12 23:59:39 +08:00
parent a5746c7750
commit 5e4708e32f
4 changed files with 223 additions and 6 deletions

View File

@@ -121,15 +121,13 @@
import {Search, Plus, Edit, Refresh, Delete} from '@element-plus/icons'
import {listGoodsWithPage, deleteGoods} from '@/api/pms/goods'
import {listCascadeCategories} from '@/api/pms/category'
import {reactive, ref, onMounted, toRefs, unref} from 'vue'
import {ElTable, ElMessage, ElMessageBox, ElTree} from 'element-plus'
import {reactive, ref, onMounted, toRefs} from 'vue'
import {ElTable, ElMessage, ElMessageBox} from 'element-plus'
import {getCurrentInstance} from 'vue'
import {moneyFormatter} from '@/utils/filter'
const dataTableRef = ref(ElTable)
import {useRouter} from "vue-router"
const dataTableRef = ref(ElTable)
const router=useRouter()
const state = reactive({