pull/134/head
孙萌 2024-03-15 09:14:24 +08:00
parent 5ad5ed718b
commit 5fc7c28b5f
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
v-model="inputData[store.formulaNum[indexs - 1] + 28]" v-model="inputData[store.formulaNum[indexs - 1] + 28]"
@input="change(store.formulaNum[indexs - 1] + 28, $event)" type="number" style="height: 34px;margin: 0 5px;" @input="change(store.formulaNum[indexs - 1] + 28, $event)" type="number" style="height: 34px;margin: 0 5px;"
placeholder="0.0"> placeholder="0.0">
<span style="padding:0">%</span> <span style="padding:0"></span>
</div> </div>
</div> </div>
</template> </template>