This commit is contained in:
wwb 2026-07-24 21:13:21 +08:00
parent f574b7142e
commit b347cfff7f
1 changed files with 2 additions and 2 deletions

View File

@ -208,9 +208,9 @@
<el-input-number
style="width: 100%"
v-model.number="row.price"
:step="0.001"
:precision="4"
:controls="false"
:step="0.0001"
:precision="4"
@change="changeRow(row,'price')"
placeholder="请输入单价"
/>