pull/135/head
parent
ac71d3e339
commit
6461bf8496
|
@ -97,7 +97,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="type1" v-if="scope.row.type == 5">
|
<div class="type1" v-if="scope.row.type == 5">
|
||||||
<div class="input-main-80">
|
<div class="input-main-80">
|
||||||
<span>ph初始值</span>
|
<span>PH初始值</span>
|
||||||
<input @blur="blurChange(store.formulaNum[indexs - 1] + 26 , $event)"
|
<input @blur="blurChange(store.formulaNum[indexs - 1] + 26 , $event)"
|
||||||
v-model="inputData[store.formulaNum[indexs - 1] + 26]"
|
v-model="inputData[store.formulaNum[indexs - 1] + 26]"
|
||||||
@input="change(store.formulaNum[indexs - 1] + 26, $event)" type="number" style="height: 34px;margin: 0 5px;"
|
@input="change(store.formulaNum[indexs - 1] + 26, $event)" type="number" style="height: 34px;margin: 0 5px;"
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="type1" v-if="scope.row.type == 6">
|
<div class="type1" v-if="scope.row.type == 6">
|
||||||
<div class="input-main-80">
|
<div class="input-main-80">
|
||||||
<span>ec初始值</span>
|
<span>EC初始值</span>
|
||||||
<input @blur="blurChange(store.formulaNum[indexs - 1] + 27 , $event)"
|
<input @blur="blurChange(store.formulaNum[indexs - 1] + 27 , $event)"
|
||||||
v-model="inputData[store.formulaNum[indexs - 1] + 27]"
|
v-model="inputData[store.formulaNum[indexs - 1] + 27]"
|
||||||
@input="change(store.formulaNum[indexs - 1] + 27, $event)" type="number" style="height: 34px;margin: 0 5px;"
|
@input="change(store.formulaNum[indexs - 1] + 27, $event)" type="number" style="height: 34px;margin: 0 5px;"
|
||||||
|
|
Loading…
Reference in New Issue