@@ -84,9 +84,10 @@
prop="planCntUser"
header-align="center"
align="center"
+ width="160"
label="请选择数量">
<template slot-scope="scope">
- <el-input-number v-model="scope.row.planCntUser" :min="1" style="width: 140px;"/>
+ <el-input-number v-model="scope.row.planCntUser" :min="0" :max="Number(scope.row.undeliveredCnt)" style="width: 140px;"/>
</template>
</el-table-column>
<el-table-column