Commit ae621d40 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复百分比不对的问题

parent bbe310a4
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-25 14:59:38
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-03 11:09:46
* @LastEditTime: 2021-07-07 17:03:27
* @Description: 会员考察信息
*/
import React from 'react';
......@@ -96,7 +96,7 @@ const MemberInvestigateInfo: React.FC<IProps> = (props: IProps) => {
<div className={styles['investigate-info-progress']}>
<Progress
type="dashboard"
percent={100}
percent={+dataSource?.score}
gapDegree={150}
strokeColor={strokeColor(dataSource?.score)}
width={80}
......
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