fix: 修复Tool of Calibration -> beta中E to C 取值错误问题,及gamma的Strip未清理标题颜色的问题
This commit is contained in:
parent
b003b7fda7
commit
25792a7c06
|
@ -136,8 +136,8 @@
|
|||
<div class="func">
|
||||
<span>E to C : </span>
|
||||
<span
|
||||
>C = {{ scientificNotationStr2Fixed(newE2C[0]) }} + {{ scientificNotationStr2Fixed(newE2C[0]) }} *E
|
||||
+ {{ scientificNotationStr2Fixed(newE2C[0]) }} *E <sup>2</sup>
|
||||
>C = {{ scientificNotationStr2Fixed(newE2C[0]) }} + {{ scientificNotationStr2Fixed(newE2C[1]) }} *E
|
||||
+ {{ scientificNotationStr2Fixed(newE2C[2]) }} *E <sup>2</sup>
|
||||
</span>
|
||||
</div>
|
||||
</title-over-border>
|
||||
|
|
|
@ -1120,6 +1120,7 @@ export default {
|
|||
submenuClick: ({ child: { key } }) => {
|
||||
switch (key) {
|
||||
case 'compareFromFile':
|
||||
this.isComparing = false
|
||||
this.isStriping = false
|
||||
this.$refs.gammaAnalysisRef.showCompareModal(false)
|
||||
break
|
||||
|
@ -1128,6 +1129,7 @@ export default {
|
|||
break
|
||||
case 'stripFromFile':
|
||||
this.isComparing = false
|
||||
this.isStriping = false
|
||||
this.$refs.gammaAnalysisRef.showCompareModal(true)
|
||||
break
|
||||
case 'stripFromDB':
|
||||
|
|
Loading…
Reference in New Issue
Block a user