结算费用模块调整
This commit is contained in:
parent
f97b175f57
commit
13ca08d4a3
|
|
@ -418,6 +418,7 @@
|
||||||
controls-position="right"
|
controls-position="right"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
:min="0"
|
:min="0"
|
||||||
|
:max="100000000"
|
||||||
@input="countNum(scope.row)"
|
@input="countNum(scope.row)"
|
||||||
></el-input-number>
|
></el-input-number>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -435,6 +436,7 @@
|
||||||
controls-position="right"
|
controls-position="right"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
:min="0"
|
:min="0"
|
||||||
|
:max="100000000"
|
||||||
@input="countNum(scope.row)"
|
@input="countNum(scope.row)"
|
||||||
></el-input-number>
|
></el-input-number>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue