From 63c065fef3faacda5c77cf492b779011d755f183 Mon Sep 17 00:00:00 2001 From: Default User Date: Wed, 21 Jan 2026 11:09:29 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=BA=A4=E4=BA=92=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=95=B4=E8=A1=8C=E7=82=B9=E5=87=BB=E6=9F=A5=E7=9C=8B=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/static/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/main/resources/static/index.html b/web/src/main/resources/static/index.html index 209e62b..177a854 100644 --- a/web/src/main/resources/static/index.html +++ b/web/src/main/resources/static/index.html @@ -968,7 +968,7 @@ // 只有管理员显示复选框 var checkboxCell = isAdmin ? '' : ''; - var row = '' + + var row = '' + checkboxCell + '' + (user.nickName || '-') + '' + '' + (user.phoneNumber || '-') + '' + @@ -977,7 +977,7 @@ '' + (user.followup || '-') + '' + '' + responseTime + '' + managerCell + - ' ' + jianDaoYunButton + '' + + ' ' + jianDaoYunButton + '' + ''; personalBody.innerHTML += row; @@ -2434,7 +2434,7 @@ // 只有管理员显示复选框 var checkboxCell = isAdmin ? '' : ''; - var row = '' + + var row = '' + checkboxCell + '' + (user.nickName || '-') + '' + '' + (user.phoneNumber || '-') + '' + @@ -2443,7 +2443,7 @@ '' + (user.followup || '-') + '' + '' + responseTime + '' + managerCell + - ' ' + jianDaoYunButton + '' + + ' ' + jianDaoYunButton + '' + ''; personalBody.innerHTML += row; @@ -2517,7 +2517,7 @@ managerCell = ''; } - var row = '' + + var row = '' + '' + '' + (user.nickName || '-') + '' + '' + (user.phoneNumber || '-') + '' + @@ -2526,7 +2526,7 @@ '' + (user.followup || '-') + '' + '' + responseTime + '' + managerCell + - '' + + '' + ''; publicBody.innerHTML += row; From 925041e29558c03e82fef215184ae1f5be7a1e7a Mon Sep 17 00:00:00 2001 From: Default User Date: Wed, 21 Jan 2026 11:16:31 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AE=80=E9=81=93?= =?UTF-8?q?=E4=BA=91=E6=8C=89=E9=92=AE=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E5=86=92=E6=B3=A1=E9=97=AE=E9=A2=98=EF=BC=8C=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E5=90=8C=E6=97=B6=E5=BC=B9=E5=87=BA=E8=AF=A6=E6=83=85=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/main/resources/static/index.html b/web/src/main/resources/static/index.html index 177a854..914d2e2 100644 --- a/web/src/main/resources/static/index.html +++ b/web/src/main/resources/static/index.html @@ -962,7 +962,7 @@ jianDaoYunButton = ''; } else { // 未写入简道云,显示正常按钮 - jianDaoYunButton = ''; + jianDaoYunButton = ''; } // 只有管理员显示复选框 @@ -2428,7 +2428,7 @@ jianDaoYunButton = ''; } else { // 未写入简道云,显示正常按钮 - jianDaoYunButton = ''; + jianDaoYunButton = ''; } // 只有管理员显示复选框