|
@@ -32,7 +32,7 @@ function renderLabel (val, url) {
|
|
|
|
|
|
const menuOptions = [
|
|
|
{
|
|
|
- label: () => renderLabel('数据分析智能体'),
|
|
|
+ label: () => renderLabel('智能国标化验室数据'),
|
|
|
icon: renderIcon({ name: 'menu-xiht-analyse' }),
|
|
|
key: '/'
|
|
|
},
|
|
@@ -42,7 +42,7 @@ const menuOptions = [
|
|
|
key: '/medicinal',
|
|
|
},
|
|
|
{
|
|
|
- label: () => renderLabel('预测分析智能体'),
|
|
|
+ label: () => renderLabel('水质预测智能体'),
|
|
|
icon: renderIcon({ name: 'menu-answers' }),
|
|
|
key: '/calculate',
|
|
|
},
|