结算费用模块调整
This commit is contained in:
parent
f97b175f57
commit
13ca08d4a3
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue