Commit 0a70e6dd authored by 周宏民's avatar 周宏民

fix: 修改农饮水

parent 358b6b79
Pipeline #85522 passed with stages
......@@ -56,7 +56,7 @@ const BottomItem = props => {
</div>
<div className={styles.list_item_info_wrap}>
<div className={styles.list_item_info_tip} type={col['所属行业']}>
{col['所属行业'] === '能源' ? '节水' : col['所属行业']}
{col['所属行业'] === '能源' ? '节水' : col['所属行业'] === '农饮水' ? '农水' : col['所属行业']}
</div>
<div className={styles.list_item_info_name}>
<Tooltip title={col['平台名称']} color="#1685FF">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment