Commit f879c652bf68e34832e706baa90bb2ec2f1df8d9
1 parent
cc63cab3
1.翻译上报数量英文
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/Common/CommonTable/index.js
| ... | ... | @@ -12003,8 +12003,8 @@ const useCommonTableEvent = props => { |
| 12003 | 12003 | |
| 12004 | 12004 | return ( |
| 12005 | 12005 | <div className={styles.totalDiv}> |
| 12006 | - <div className="total">合计</div> | |
| 12007 | - <div className="totalName">上报数量:</div> | |
| 12006 | + <div className="total">Total</div> | |
| 12007 | + <div className="totalName">Reported Quantity:</div> | |
| 12008 | 12008 | <div className="totalValue"> |
| 12009 | 12009 | {commonUtils.convertFixNum(dProcessCalQty, maxDigits)} |
| 12010 | 12010 | </div> | ... | ... |