1 #144
|
@ -65,7 +65,7 @@
|
||||||
<div class="type0" v-if="scope.row.type == 0">
|
<div class="type0" v-if="scope.row.type == 0">
|
||||||
<div class="input-main-80 table-input">
|
<div class="input-main-80 table-input">
|
||||||
<span> {{ scope.row.data3 }}</span>
|
<span> {{ scope.row.data3 }}</span>
|
||||||
<input @blur="blurChangeCount(store.formulaNum[indexs - 1] + 24 + scope.$index, $event)"
|
<input @blur="blurChangeCount(store.formulaNum[indexs - 1] + 24 , $event)"
|
||||||
v-model="inputData[store.formulaNum[indexs - 1] + 24]"
|
v-model="inputData[store.formulaNum[indexs - 1] + 24]"
|
||||||
@input="changeCount(store.formulaNum[indexs - 1] + 24, $event)" type="number" style="height: 34px;"
|
@input="changeCount(store.formulaNum[indexs - 1] + 24, $event)" type="number" style="height: 34px;"
|
||||||
placeholder="0.0">
|
placeholder="0.0">
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
<div class="type0" v-if="scope.row.type == 1">
|
<div class="type0" v-if="scope.row.type == 1">
|
||||||
<div class="input-main-80 table-input">
|
<div class="input-main-80 table-input">
|
||||||
<span> {{ scope.row.data3 }}</span>
|
<span> {{ scope.row.data3 }}</span>
|
||||||
<input @blur="blurChangeCount(store.formulaNum[indexs - 1] + 25 + scope.$index, $event)"
|
<input @blur="blurChangeCount(store.formulaNum[indexs - 1] + 25 , $event)"
|
||||||
v-model="inputData[store.formulaNum[indexs - 1] + 25]"
|
v-model="inputData[store.formulaNum[indexs - 1] + 25]"
|
||||||
@input="changeCount(store.formulaNum[indexs - 1] + 25, $event)" type="number" style="height: 34px;"
|
@input="changeCount(store.formulaNum[indexs - 1] + 25, $event)" type="number" style="height: 34px;"
|
||||||
placeholder="0.0">
|
placeholder="0.0">
|
||||||
|
|
Loading…
Reference in New Issue