Commit 21e72c99 authored by jiangzijing's avatar jiangzijing

feat:统一单位元

parent 55b638e4
...@@ -419,7 +419,7 @@ const ProjectMembers = observer(() => { ...@@ -419,7 +419,7 @@ const ProjectMembers = observer(() => {
<Box className={styles.tabBoxMiddle}> <Box className={styles.tabBoxMiddle}>
<img alt="" src={jobCost} /> <img alt="" src={jobCost} />
<div className={styles.tabBoxTime}> <div className={styles.tabBoxTime}>
{item.jobCost ? item.jobCost.toFixed(2) : "--"} {item.jobCost?.toFixed(2)}
</div> </div>
</Box> </Box>
<Box className={styles.tabBoxJobStatus}> <Box className={styles.tabBoxJobStatus}>
......
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