pc-master #135

Merged
xiaomeng merged 4 commits from pc-master into portal 2024-03-18 00:18:54 +00:00
Showing only changes of commit 6461bf8496 - Show all commits

View File

@ -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;"