388 lines
26 KiB
HTML
388 lines
26 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN" data-theme="night">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>深度行业研究报告:养老机器人</title>
|
||
<script src="https://cdn.tailwindcss.com"></script>
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.11.1/dist/full.min.css" rel="stylesheet" type="text/css" />
|
||
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
|
||
<style>
|
||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
|
||
body {
|
||
font-family: 'Inter', 'Noto Sans SC', sans-serif;
|
||
background-color: #020024;
|
||
background-image:
|
||
radial-gradient(circle at 10% 20%, rgba(55, 65, 81, 0.4) 0%, transparent 40%),
|
||
radial-gradient(circle at 80% 90%, rgba(37, 99, 235, 0.3) 0%, transparent 50%),
|
||
radial-gradient(circle at 50% 50%, rgba(147, 51, 234, 0.2) 0%, transparent 40%);
|
||
background-attachment: fixed;
|
||
}
|
||
.glass-card {
|
||
background: rgba(23, 23, 33, 0.5);
|
||
backdrop-filter: blur(20px);
|
||
-webkit-backdrop-filter: blur(20px);
|
||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||
border-radius: 1.5rem; /* 24px */
|
||
transition: all 0.3s ease;
|
||
}
|
||
.glass-card:hover {
|
||
transform: translateY(-5px) scale(1.01);
|
||
box-shadow: 0 0 40px rgba(59, 130, 246, 0.3);
|
||
border-color: rgba(59, 130, 246, 0.5);
|
||
}
|
||
.bento-grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(4, 1fr);
|
||
gap: 1.5rem;
|
||
}
|
||
.grid-col-span-1 { grid-column: span 1; }
|
||
.grid-col-span-2 { grid-column: span 2; }
|
||
.grid-col-span-3 { grid-column: span 3; }
|
||
.grid-col-span-4 { grid-column: span 4; }
|
||
.grid-row-span-1 { grid-row: span 1; }
|
||
.grid-row-span-2 { grid-row: span 2; }
|
||
|
||
@media (max-width: 1024px) {
|
||
.bento-grid {
|
||
grid-template-columns: repeat(2, 1fr);
|
||
}
|
||
}
|
||
@media (max-width: 768px) {
|
||
.bento-grid {
|
||
grid-template-columns: 1fr;
|
||
}
|
||
.grid-col-span-1, .grid-col-span-2, .grid-col-span-3, .grid-col-span-4 {
|
||
grid-column: span 1;
|
||
}
|
||
}
|
||
|
||
.highlight-text {
|
||
color: #818cf8;
|
||
font-weight: 600;
|
||
}
|
||
.title-glow {
|
||
text-shadow: 0 0 8px rgba(167, 139, 250, 0.6);
|
||
}
|
||
.table th, .table td {
|
||
border-bottom-width: 1px;
|
||
border-color: rgba(255, 255, 255, 0.1) !important;
|
||
}
|
||
.table th {
|
||
color: #d1d5db; /* gray-300 */
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="text-gray-200">
|
||
<div class="container mx-auto p-4 md:p-8">
|
||
|
||
<header class="text-center mb-12">
|
||
<h1 class="text-4xl md:text-6xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-purple-400 via-blue-400 to-cyan-300 title-glow mb-2">
|
||
养老机器人
|
||
</h1>
|
||
<h2 class="text-xl md:text-2xl text-gray-400 font-light">深度行业研究报告</h2>
|
||
<p class="text-xs text-gray-500 mt-4 max-w-2xl mx-auto">
|
||
北京价值前沿科技有限公司 AI投研agent:“价小前投研” 进行投研呈现。本报告基于多源信息由AI合成,仅供研究参考,不构成投资建议,投资需谨慎。
|
||
</p>
|
||
</header>
|
||
|
||
<main class="bento-grid">
|
||
|
||
<!-- Core Viewpoint -->
|
||
<div class="glass-card p-6 grid-col-span-4 lg:grid-col-span-2 grid-row-span-2">
|
||
<h3 class="text-2xl font-bold mb-4 text-violet-300 title-glow">核心观点与市场认知</h3>
|
||
<p class="mb-4 text-gray-300">
|
||
养老机器人概念正处于由 <strong class="highlight-text">政策强力催化</strong> 的主题投资阶段,向 <strong class="highlight-text">特定场景商业化落地</strong> 驱动的基本面阶段过渡的早期。其核心驱动力源于人口老龄化带来的“刚性需求”与国家战略层面的“顶层设计”双重共振。
|
||
</p>
|
||
<div class="space-y-4">
|
||
<div>
|
||
<h4 class="font-semibold text-lg text-blue-300">三大核心驱动力</h4>
|
||
<ul class="list-disc list-inside text-gray-400 mt-2 space-y-1">
|
||
<li><strong>需求侧 (人口结构)</strong>: 我国60岁以上人口已达 <span class="font-bold text-cyan-400">3.1亿</span>,护理员缺口高达 <span class="font-bold text-cyan-400">550万</span>,传统“人力养老”模式难以为继,技术替代是必然趋势。</li>
|
||
<li><strong>供给侧 (国家战略)</strong>: 从顶层设计到工信部、民政部 <span class="font-bold text-cyan-400">2025-2027年试点通知</span>,政策正以前所未有的力度打通商业化“最后一公里”。</li>
|
||
<li><strong>技术侧 (可行性)</strong>: AI、传感器、运动控制等技术进步,使满足监测、陪伴、辅助移动等特定养老需求的机器人成为可能,问题已从“能否实现”转变为“成本与体验”。</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-lg text-blue-300">市场预期差分析</h4>
|
||
<ul class="list-disc list-inside text-gray-400 mt-2 space-y-1">
|
||
<li><strong class="text-white">节奏预期差</strong>: 市场对通用人形机器人短期落地过于乐观。现实是技术成熟仍需 <span class="font-bold text-red-400">5-10年</span>,核心瓶颈在于“大脑非常初级”。</li>
|
||
<li><strong class="text-white">形态预期差</strong>: 市场热衷“人形”,但当前商业化领先的是 <span class="font-bold text-green-400">专用型、非人形机器人</span>(如二便护理、外骨骼),它们解决了特定刚需。</li>
|
||
<li><strong class="text-white">商业模式预期差</strong>: 市场聚焦C端家庭,但当前落地主体是支付能力和需求更集中的 <span class="font-bold text-green-400">B端(养老机构、医院)</span>。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Market Size Chart -->
|
||
<div class="glass-card p-6 grid-col-span-4 lg:grid-col-span-2">
|
||
<h3 class="text-2xl font-bold mb-4 text-violet-300 title-glow">市场规模与预测</h3>
|
||
<div id="market-size-chart" class="w-full h-64"></div>
|
||
</div>
|
||
|
||
<!-- Key Catalysts -->
|
||
<div class="glass-card p-6 grid-col-span-4 lg:grid-col-span-2">
|
||
<h3 class="text-2xl font-bold mb-4 text-violet-300 title-glow">关键催化剂</h3>
|
||
<div x-data="{ tab: 'short' }" class="w-full">
|
||
<div class="tabs tabs-boxed bg-black/20 mb-4">
|
||
<a class="tab" :class="{ 'tab-active': tab === 'short' }" @click.prevent="tab = 'short'">近期 (3-12个月)</a>
|
||
<a class="tab" :class="{ 'tab-active': tab === 'long' }" @click.prevent="tab = 'long'">长期</a>
|
||
</div>
|
||
<div x-show="tab === 'short'">
|
||
<ul class="list-disc list-inside space-y-2 text-gray-300">
|
||
<li><strong>试点项目进展</strong>: 工信部/民政部试点项目首批成果公布,验证产品实际应用效果。</li>
|
||
<li><strong>订单/出货量</strong>: 核心公司(如欧圣电气、松霖科技)订单交付及新增情况,是验证商业化的最直接数据。</li>
|
||
<li><strong>支付政策突破</strong>: 更多地区将相关辅具纳入 <strong class="highlight-text">长护险/医保报销目录</strong>,解决支付端瓶颈。</li>
|
||
</ul>
|
||
</div>
|
||
<div x-show="tab === 'long'" style="display: none;">
|
||
<ul class="list-disc list-inside space-y-2 text-gray-300">
|
||
<li><strong>成本拐点</strong>: 硬件成本大幅下降(如服务机器人降至 <strong class="highlight-text">1万元</strong> 内),推动C端市场启动。</li>
|
||
<li><strong>技术融合</strong>: 与智能家居生态(小米、华为)深度融合,提升产品价值和用户体验。</li>
|
||
<li><strong>通用AI突破</strong>: “世界模型+端侧算力”成本数量级下降,为通用人形机器人进入家庭创造条件。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Development Path -->
|
||
<div class="glass-card p-6 grid-col-span-4">
|
||
<h3 class="text-2xl font-bold mb-4 text-violet-300 title-glow">产业发展路径</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||
<div class="border border-cyan-500/30 rounded-xl p-4 space-y-2 relative">
|
||
<div class="absolute -top-3 -left-3 badge badge-primary font-bold">阶段一</div>
|
||
<h4 class="font-bold text-lg text-cyan-300">当前 - 2027年</h4>
|
||
<p class="font-semibold">B端场景驱动,专用机型引领</p>
|
||
<p class="text-sm text-gray-400">在政策试点驱动下,聚焦养老机构和医院,以解决“失能照护”(如二便处理、移位)、“康复训练”(外骨骼)等刚需的专用机器人率先实现规模化。商业模式以设备销售或租赁为主。</p>
|
||
</div>
|
||
<div class="border border-blue-500/30 rounded-xl p-4 space-y-2 relative">
|
||
<div class="absolute -top-3 -left-3 badge badge-secondary font-bold">阶段二</div>
|
||
<h4 class="font-bold text-lg text-blue-300">2027 - 2030年</h4>
|
||
<p class="font-semibold">技术融合,C端萌芽</p>
|
||
<p class="text-sm text-gray-400">随着硬件成本下降和AI交互能力提升,情感陪伴机器人和功能更丰富的家庭服务机器人开始进入高净值家庭。与智能家居生态的融合成为趋势。</p>
|
||
</div>
|
||
<div class="border border-purple-500/30 rounded-xl p-4 space-y-2 relative">
|
||
<div class="absolute -top-3 -left-3 badge badge-accent font-bold">阶段三</div>
|
||
<h4 class="font-bold text-lg text-purple-300">2030年以后</h4>
|
||
<p class="font-semibold">通用智能体渗透,服务模式成熟</p>
|
||
<p class="text-sm text-gray-400">通用人形机器人(或过渡形态)有望进入家庭。商业模式可能从“卖产品”转向“卖服务”,机器人成为整合健康监测、远程医疗、生活服务的平台。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Risks and Challenges -->
|
||
<div class="glass-card p-6 grid-col-span-4 lg:grid-col-span-2">
|
||
<h3 class="text-2xl font-bold mb-4 text-violet-300 title-glow">风险与挑战</h3>
|
||
<ul class="space-y-3">
|
||
<li><strong class="text-red-400">技术风险</strong>: 核心瓶颈在 <strong class="highlight-text">软件和AI通用性</strong>。产业处于“小脑(运动)成熟,大脑(认知)初级”阶段。情感交互、复杂场景适应性差。</li>
|
||
<li><strong class="text-red-400">商业化风险</strong>: <strong class="highlight-text">成本与支付能力</strong> 是最大障碍。数万至数十万的售价远超承受范围,商业化严重依赖补贴和保险覆盖。</li>
|
||
<li><strong class="text-red-400">政策与竞争风险</strong>: 补贴力度不确定,科技巨头入局将迅速加剧竞争,可能导致价格战和利润率下降。</li>
|
||
<li><strong class="text-red-400">信息交叉验证风险</strong>: 市场规模预测存在巨大矛盾(理论 <strong class="highlight-text">2万亿</strong> vs. 实际预测 <strong class="highlight-text">2030年183亿</strong>),投资者需警惕被过于乐观的理论数据误导。</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Industry Chain -->
|
||
<div class="glass-card p-6 grid-col-span-4 lg:grid-col-span-2">
|
||
<h3 class="text-2xl font-bold mb-4 text-violet-300 title-glow">产业链图谱</h3>
|
||
<div class="space-y-4">
|
||
<div>
|
||
<span class="badge badge-info badge-outline">上游:核心零部件</span>
|
||
<p class="text-sm text-gray-400 mt-1">关节模组 (豪能股份)、芯片、传感器等。与通用机器人产业链高度重合。</p>
|
||
</div>
|
||
<div>
|
||
<span class="badge badge-success badge-outline">中游:本体制造商</span>
|
||
<p class="text-sm text-gray-400 mt-1">
|
||
<strong>康复/外骨骼:</strong> 伟思医疗, 探路者 <br>
|
||
<strong>专用护理:</strong> 欧圣电气, 荣科科技 <br>
|
||
<strong>陪伴机器人:</strong> 亚华电子, 红豆股份 <br>
|
||
<strong>通用平台:</strong> 麦迪科技, 亿嘉和
|
||
</p>
|
||
</div>
|
||
<div>
|
||
<span class="badge badge-warning badge-outline">下游:应用与生态</span>
|
||
<p class="text-sm text-gray-400 mt-1">
|
||
<strong>应用场景:</strong> 养老机构、医院(To B),家庭(To C) <br>
|
||
<strong>生态平台:</strong> 华为 (提供“大脑”),小米 (智能家居),美的
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Key Players -->
|
||
<div class="glass-card p-6 grid-col-span-4">
|
||
<h3 class="text-2xl font-bold mb-4 text-violet-300 title-glow">核心玩家深度剖析</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||
<div class="flex flex-col border border-green-500/30 p-4 rounded-xl">
|
||
<h4 class="font-bold text-lg text-green-300">领导者: 欧圣电气</h4>
|
||
<p class="text-sm text-gray-400 mb-2">逻辑最纯粹,商业化领先</p>
|
||
<ul class="list-none space-y-1 text-sm flex-grow">
|
||
<li>✅ <strong class="text-white">产品聚焦:</strong> 专注“二便护理”最大痛点,需求刚性。</li>
|
||
<li>✅ <strong class="text-white">商业化领先:</strong> 已有明确订单(年1000台)和盈亏平衡点(500台)。</li>
|
||
<li>✅ <strong class="text-white">渠道验证:</strong> 进入上海推广目录,纳入昆山长护险,打通支付环节。</li>
|
||
<li>❌ <strong class="text-gray-500">风险点:</strong> 产品线相对单一。</li>
|
||
</ul>
|
||
</div>
|
||
<div class="flex flex-col border border-blue-500/30 p-4 rounded-xl">
|
||
<h4 class="font-bold text-lg text-blue-300">追赶者: 麦迪科技</h4>
|
||
<p class="text-sm text-gray-400 mb-2">生态构建者,模式独特</p>
|
||
<ul class="list-none space-y-1 text-sm flex-grow">
|
||
<li>✅ <strong class="text-white">模式独特:</strong> 整合“华为(大脑)+优必选(本体)+自身(数据)”构建产业联盟。</li>
|
||
<li>✅ <strong class="text-white">数据壁垒:</strong> 拥有医院场景数据,是训练AI模型的核心资源。</li>
|
||
<li>❌ <strong class="text-gray-500">风险点:</strong> 对合作伙伴依赖度高,生态整合复杂性大。</li>
|
||
</ul>
|
||
</div>
|
||
<div class="flex flex-col border border-yellow-500/30 p-4 rounded-xl">
|
||
<h4 class="font-bold text-lg text-yellow-300">跨界者: 松霖科技</h4>
|
||
<p class="text-sm text-gray-400 mb-2">场景迁移者,技术复用</p>
|
||
<ul class="list-none space-y-1 text-sm flex-grow">
|
||
<li>✅ <strong class="text-white">技术复用:</strong> 将厨卫、健康领域技术迁移,具成本和协同优势。</li>
|
||
<li>✅ <strong class="text-white">订单支撑:</strong> 已签订1250台采购合同,商业化路径清晰。</li>
|
||
<li>❌ <strong class="text-gray-500">风险点:</strong> 专业养老领域竞争力有待市场检验。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Stocks Table -->
|
||
<div class="glass-card p-6 grid-col-span-4">
|
||
<h3 class="text-2xl font-bold mb-4 text-violet-300 title-glow">相关概念股一览</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="table table-zebra w-full">
|
||
<thead>
|
||
<tr>
|
||
<th>股票名称</th>
|
||
<th>股票代码</th>
|
||
<th>核心逻辑 / 入选理由</th>
|
||
<th>细分赛道</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<!-- Data will be populated by script -->
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
</main>
|
||
|
||
</div>
|
||
<script>
|
||
// ECharts for Market Size
|
||
var chartDom = document.getElementById('market-size-chart');
|
||
var myChart = echarts.init(chartDom, 'dark');
|
||
var option;
|
||
|
||
option = {
|
||
backgroundColor: 'transparent',
|
||
tooltip: {
|
||
trigger: 'axis',
|
||
axisPointer: {
|
||
type: 'shadow'
|
||
},
|
||
formatter: '{b}年<br/>市场规模: {c}亿元'
|
||
},
|
||
grid: {
|
||
left: '3%',
|
||
right: '4%',
|
||
bottom: '3%',
|
||
containLabel: true
|
||
},
|
||
xAxis: [
|
||
{
|
||
type: 'category',
|
||
data: ['2020', '2024', '2030 (预测)'],
|
||
axisTick: {
|
||
alignWithLabel: true
|
||
},
|
||
axisLine: {
|
||
lineStyle: {
|
||
color: 'rgba(255, 255, 255, 0.2)'
|
||
}
|
||
}
|
||
}
|
||
],
|
||
yAxis: [
|
||
{
|
||
type: 'value',
|
||
name: '亿元 (RMB)',
|
||
axisLine: {
|
||
show: true,
|
||
lineStyle: {
|
||
color: 'rgba(255, 255, 255, 0.2)'
|
||
}
|
||
},
|
||
splitLine: {
|
||
lineStyle: {
|
||
color: 'rgba(255, 255, 255, 0.1)'
|
||
}
|
||
}
|
||
}
|
||
],
|
||
series: [
|
||
{
|
||
name: '市场规模',
|
||
type: 'bar',
|
||
barWidth: '60%',
|
||
data: [38, 79, 183],
|
||
itemStyle: {
|
||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||
{ offset: 0, color: '#833ab4' },
|
||
{ offset: 0.5, color: '#fd1d1d' },
|
||
{ offset: 1, color: '#fcb045' }
|
||
])
|
||
},
|
||
label: {
|
||
show: true,
|
||
position: 'top',
|
||
formatter: '{c} 亿',
|
||
color: '#fff'
|
||
}
|
||
}
|
||
]
|
||
};
|
||
myChart.setOption(option);
|
||
window.addEventListener('resize', myChart.resize);
|
||
|
||
// Stock Data Population
|
||
const stockData = [
|
||
{ stock: "欧圣电气", code: "301187", reason: "公司的二便智能护理机器人已经实现了批量化生产,客户群体涵盖了家庭用户(C端)和各类机构(B端)。", tag: "护理机器人" },
|
||
{ stock: "麦迪科技", code: "603990", reason: "整合医疗信息化与康养机器人业务,为老年群体打造以算力、大模型、机器人本体、数据采集及应用场景为一体的康养机器人解决方案平台。", tag: "康复机器人" },
|
||
{ stock: "机器人", code: "300024", reason: "医疗康复机器人、智能助行器等已在部分康复医院和养老机构实现示范应用。", tag: "康复机器人" },
|
||
{ stock: "亿嘉和", code: "603666", reason: "推出专为康养、家居场景设计的具身智能人形机器人,可通过触觉皮肤反馈判断老人情绪状态,提供情感支持。", tag: "康复机器人" },
|
||
{ stock: "伟思医疗", code: "688580", reason: "已构建覆盖人体上下肢、全周期康复评估与训练的运动康复机器人产品矩阵,形成了涵盖神经康复、重症康复、老年慢性病康复等多种解决方案。", tag: "康复机器人" },
|
||
{ stock: "探路者", code: "300005", reason: "与国家康复辅具研究中心联合研发的护理版外骨骼,可将卧床老人转移时间从15分钟缩短至3分钟,护理人员腰部损伤风险降低70%。", tag: "康复机器人" },
|
||
{ stock: "翔宇医疗", code: "688626", reason: "成立康复机器人实验室,中医艾灸机器人、红外光灸机器人已取得注册证,预计2025年将有7款产品取得医疗器械注册证。", tag: "康复机器人" },
|
||
{ stock: "信隆健康", code: "002105", reason: "智能康复器材产品如智能轮椅机器人,养老智能服务机器人等持续召募人才进行研发自有产品。", tag: "康复机器人" },
|
||
{ stock: "荣泰健康", code: "603579", reason: "RT8900 AI按摩机器人支持用户意图预测、主动健康关怀等功能,适用于家庭和医疗场景的康复需求。", tag: "康复机器人" },
|
||
{ stock: "荣科科技", code: "300290", reason: "子公司神州视翰医疗客户覆盖全国超过2000家医院,HIMSS24展会携智慧病房、医疗视讯和护理机器人三大产品参展。", tag: "护理机器人" },
|
||
{ stock: "萤石网络", code: "688475", reason: "目前主要布局了清洁机器人和陪伴机器人。", tag: "陪伴机器人" },
|
||
{ stock: "亚华电子", code: "301337", reason: "参股子公司上海青芒(持股比例5%)研产销面向老年人群的系列陪护产品。", tag: "陪伴机器人" },
|
||
{ stock: "三晖电气", code: "002857", reason: "与智可派机器人成立三晖启航,专注于机器人核心零部件、执行器研发及生产,具备健康监测、跌倒报警等功能。", tag: "陪伴机器人" },
|
||
{ stock: "豪能股份", code: "603809", reason: "公司供应腾讯机器人(小五)零部件,该机器人已在养老院场景完成给老人取快递、抱老人起床等任务。", tag: "核心零部件" },
|
||
{ stock: "埃斯顿", code: "002747", reason: "参股公司从事康复医疗机器人的研产销,目前在部分养老机构已经开始试用。", tag: "康复机器人" },
|
||
{ stock: "京山轻机", code: "000821", reason: "持股43.72%的湖北英特搏主营康复机器人,由公司与华中科技大学共同设立。", tag: "康复机器人" },
|
||
{ stock: "盈康生命", code: "300143", reason: "托管医院联合傅利叶打造康复机器人物联港,提供高度个性化的康复服务。", tag: "康复机器人" },
|
||
{ stock: "精工科技", code: "002006", reason: "AI外骨骼机器人在2024年12月前量产,已初步展现出对老年人和重症患者的照护价值。", tag: "康复机器人" },
|
||
{ stock: "新华锦", code: "600735", reason: "与具身智能拟围绕外骨骼可穿戴设备、柔性电子皮肤相关产品服务等展开合作,主要应用于老年助行领域。", tag: "护理机器人" }
|
||
];
|
||
|
||
const tableBody = document.querySelector('tbody');
|
||
stockData.forEach(stock => {
|
||
const row = document.createElement('tr');
|
||
row.className = 'hover';
|
||
const codeCell = stock.code ? `<a href="https://valuefrontier.cn/company?scode=${stock.code}" target="_blank" class="text-blue-400 hover:text-blue-300 transition-colors">${stock.code}</a>` : 'N/A';
|
||
const tagBadge = stock.tag ? `<span class="badge badge-outline ${stock.tag.includes('护理') ? 'badge-primary' : stock.tag.includes('陪伴') ? 'badge-secondary' : 'badge-accent'}">${stock.tag}</span>` : '';
|
||
|
||
row.innerHTML = `
|
||
<td class="font-bold">${stock.stock}</td>
|
||
<td>${codeCell}</td>
|
||
<td>${stock.reason}</td>
|
||
<td>${tagBadge}</td>
|
||
`;
|
||
tableBody.appendChild(row);
|
||
});
|
||
|
||
</script>
|
||
</body>
|
||
</html> |