结算费用模块调整

This commit is contained in:
BianLzhaoMin 2024-08-14 14:52:39 +08:00
parent f97b175f57
commit 13ca08d4a3
1 changed files with 2 additions and 0 deletions

View File

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