Compare commits
2 Commits
f4043d6f61
...
fb1bfc353c
| Author | SHA1 | Date | |
|---|---|---|---|
| fb1bfc353c | |||
| cc0127f195 |
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="admin_page">
|
<div class="admin_page all-user">
|
||||||
<div class="admin_table_search">
|
<div class="admin_table_search">
|
||||||
<div class="admin_state">
|
<div class="admin_state">
|
||||||
<div class="admin_state_item">
|
<div class="admin_state_item">
|
||||||
@@ -459,7 +459,8 @@ export default defineComponent({
|
|||||||
orgId => {
|
orgId => {
|
||||||
if (orgId) {
|
if (orgId) {
|
||||||
fetchSubscribePlanList()
|
fetchSubscribePlanList()
|
||||||
const userSubscriptionPlanId = store.state.UserHabit.userDetail.subscriptionPlanId
|
const userSubscriptionPlanId =
|
||||||
|
store.state.UserHabit.userDetail.subscriptionPlanId
|
||||||
if (userSubscriptionPlanId) {
|
if (userSubscriptionPlanId) {
|
||||||
selectPlanFilter(userSubscriptionPlanId)
|
selectPlanFilter(userSubscriptionPlanId)
|
||||||
}
|
}
|
||||||
@@ -766,4 +767,11 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.all-user {
|
||||||
|
.admin_table_content {
|
||||||
|
:deep(.ant-table-wrapper) {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user