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 += `