diff --git a/static/modules/admin.js b/static/modules/admin.js
index a7ec86b..3576652 100644
--- a/static/modules/admin.js
+++ b/static/modules/admin.js
@@ -50,7 +50,7 @@ async function loadUserList() {
${esc(u.username)} |
${esc(u.display_name)} |
- ${u.role === 'admin' ? '管理员' : 'OPC负责人'}
+ ${u.role === 'admin' ? '管理员' : 'OPC负责人'}
|
${(u.tenants || []).map(t => `${esc(t)}`).join('') || '—'} |
diff --git a/static/modules/drawer.js b/static/modules/drawer.js
index f3cc60a..01cfb4d 100644
--- a/static/modules/drawer.js
+++ b/static/modules/drawer.js
@@ -70,7 +70,7 @@ function openDrawer(resource, id) {
${resource === "proposals" ? `附件${fileGroup("proposal", item.id, "", "附件", item.files || [])}` : ""}
${followupTarget ? `
活动 / 跟进
- ${(item.followups || []).map((f) => `
${esc(f.follower)} · ${esc(f.follow_up_method)}${esc(f.followed_at)} ${f.next_action ? ` 下一步:${text(f.next_action)} ` : ""} `).join("")}
+ ${(item.followups || []).map((f) => `
${esc(f.follower)} · ${esc(f.follow_up_method)}${esc(f.followed_at)} ${f.next_action ? ` 下一步:${text(f.next_action)} ` : ""} `).join("")}
|