diff --git a/WonderQ-Admin-UI-Vue/src/pages/ConciergePage.vue b/WonderQ-Admin-UI-Vue/src/pages/ConciergePage.vue index 0292afa..31d5773 100644 --- a/WonderQ-Admin-UI-Vue/src/pages/ConciergePage.vue +++ b/WonderQ-Admin-UI-Vue/src/pages/ConciergePage.vue @@ -111,11 +111,40 @@ onMounted(load); - SERVICE / CONCIERGE管家顾问维护前台顾问卡片、服务详情和二维码;停用后不会进入 Public API。新增管家 - 重试 + + + SERVICE / CONCIERGE + 管家顾问 + 维护前台顾问卡片、服务详情和二维码;停用后不会进入小程序显示。 + 新增管家 + + 重试 - 创建第一位顾问 - {{ advisor.name.slice(0, 1) }}{{ advisor.name }}{{ advisor.role }} · {{ advisor.details?.length ?? 0 }} 条服务详情{{ advisor.isActive ? "启用" : "停用" }}上移下移编辑删除 - + 创建第一位顾问 + + + + {{ + advisor.name.slice(0, 1) }} + {{ advisor.name }}{{ advisor.role }} · {{ advisor.details?.length ?? 0 }} + 条服务详情 + + {{ + advisor.isActive ? "启用" : "停用" }}上移下移编辑删除 + + + + + + diff --git a/WonderQ-Admin-UI-Vue/src/pages/LeadsPage.vue b/WonderQ-Admin-UI-Vue/src/pages/LeadsPage.vue index a4cd3c4..f22c359 100644 --- a/WonderQ-Admin-UI-Vue/src/pages/LeadsPage.vue +++ b/WonderQ-Admin-UI-Vue/src/pages/LeadsPage.vue @@ -65,6 +65,7 @@ async function submitStatus(lead: Lead) { ElMessage.error(updateError instanceof Error ? updateError.message : "线索状态更新失败"); } finally { updatingId.value = ""; + detailOpen.value = false; } } @@ -125,7 +126,7 @@ onMounted(load); {{ leadStatusLabel(row.status) }} {{ formatDate(row.createdAt) - }} + }} 查看详情
SERVICE / CONCIERGE
维护前台顾问卡片、服务详情和二维码;停用后不会进入 Public API。
维护前台顾问卡片、服务详情和二维码;停用后不会进入小程序显示。