Commit e2540fab authored by 李纪文's avatar 李纪文

fix: 修改实时数据查看

parent c34fb64b
......@@ -29,7 +29,7 @@ const defaultColumns = [
{
title: '最新指标',
dataIndex: 'value',
render: (text) => <a>{text}</a>,
render: (text) => <a style={{cursor: 'default'}}>{text}</a>,
},
{
title: '单位',
......
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