up.
This commit is contained in:
parent
498cf9d2e2
commit
bf734c6427
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<ele-page>
|
||||
<!-- 搜索表单 -->
|
||||
<Profile-search @search="reload" />
|
||||
<profile-search @search="reload" />
|
||||
<ele-card :body-style="{ paddingTop: '8px' }">
|
||||
<!-- 表格 -->
|
||||
<ele-pro-table
|
||||
@ -27,7 +27,7 @@
|
||||
</ele-pro-table>
|
||||
</ele-card>
|
||||
<!-- 编辑弹窗 -->
|
||||
<Profile-edit v-model="showEdit" :data="current" @done="reload" />
|
||||
<profile-edit v-model="showEdit" :data="current" @done="reload" />
|
||||
</ele-page>
|
||||
</template>
|
||||
|
||||
@ -40,8 +40,8 @@
|
||||
DatasourceFunction,
|
||||
Columns
|
||||
} from 'ele-admin-plus/es/ele-pro-table/types';
|
||||
import ProfileSearch from './components/Profile-search.vue';
|
||||
import ProfileEdit from './components/Profile-edit.vue';
|
||||
import ProfileSearch from './components/profile-search.vue';
|
||||
import ProfileEdit from './components/profile-edit.vue';
|
||||
import { removeRoles } from '@/api/system/role';
|
||||
import type { Profile, ProfileParam } from '@/api/xm/member-profile/model';
|
||||
import { pageMemberProfiles } from '@/api/xm/member-profile';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user