From e315de7629cc16d04a4c8d2f3e0f06956620832e Mon Sep 17 00:00:00 2001 From: root <295172551@qq.com> Date: Fri, 27 Jun 2025 00:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=A4=A7=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LTEMvcApp/Views/Home/NetworkConfig.cshtml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/LTEMvcApp/Views/Home/NetworkConfig.cshtml b/LTEMvcApp/Views/Home/NetworkConfig.cshtml index 9a71b18..2f67f32 100644 --- a/LTEMvcApp/Views/Home/NetworkConfig.cshtml +++ b/LTEMvcApp/Views/Home/NetworkConfig.cshtml @@ -140,17 +140,18 @@ function loadNetworkConfigs() { function renderConfigTable(data) { let html = ` - + `; if (data.length === 0) { - html += ''; - html += `'; + html += ``; } else { data.forEach(item => { html += ` + @@ -162,7 +163,7 @@ function renderConfigTable(data) { `; // 子表格 if (item.coreOrImsConfigs && item.coreOrImsConfigs.length > 0) { - html += `
KeyAPNBandComment操作KeyRagConfigAPNBandComment操作
暂无数据
+ html += '
暂无数据
服务是否正常?请检查Agent服务和网络配置接口是否可用。
${item.configKey}${item.ragConfig || ''} ${item.apn || ''} ${item.band ? item.band.join(',') : ''} ${item.comment || ''}
+ html += `