Skip to content

Commit

Permalink
1.添加昨日大剂量
Browse files Browse the repository at this point in the history
2.v1.0.7
  • Loading branch information
liubin committed Oct 18, 2024
1 parent b3b39c9 commit 1d7574a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_page/src/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -587,10 +587,10 @@ const charOption = computed(() => {
icon: 'rect',
data: [
{name: '血糖', itemStyle: {color: COLORS[0]}},
{name: '昨日血糖', itemStyle: {color: COLORS[9]}},
{name: '血糖(昨)', itemStyle: {color: COLORS[9]}},
{name: '基础率', itemStyle: {color: COLORS[1]}},
{name: '大剂量', itemStyle: {color: COLORS[2]}},
{name: '昨日大剂量', itemStyle: {color: COLORS[6]}}
{name: '大剂量(昨)', itemStyle: {color: COLORS[6]}}
]
},
toolbox: {
Expand Down

0 comments on commit 1d7574a

Please sign in to comment.