结算页面费用调整

This commit is contained in:
BianLzhaoMin 2024-08-14 15:10:35 +08:00
parent 13ca08d4a3
commit 6d7a3e9f10
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@
controls-position="right" controls-position="right"
style="width: 100%" style="width: 100%"
:min="0" :min="0"
:max="100000000" :max="scope.row.cost"
@input="countNum(scope.row)" @input="countNum(scope.row)"
></el-input-number> ></el-input-number>
</template> </template>