|
|
@ -117,6 +117,12 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<el-table-column :label="'单次最多未支付订单'" align="center" prop="unpaidLimit"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ scope.row.unpaidLimit }} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-table-column :label="'连续多笔未支付笔数'" align="center" prop="dayReceiveMax"> |
|
|
@ -139,11 +145,7 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<el-table-column :label="'单次最多未支付订单'" align="center" prop="unpaidLimit"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ scope.row.unpaidLimit }} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
|
|
|
|
<el-table-column :label="'审核状态'" align="center" prop="auditStatus"> |
|
|
|
<template slot-scope="scope"> |
|
|
@ -209,6 +211,9 @@ |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="单次最多未支付订单" prop=""> |
|
|
|
<el-input v-model="form.unpaidLimit" placeholder="" style="width:150px" @input="change" /> |
|
|
|
<span style="color:red;font-size:12px"> |
|
|
|
为0不限制 |
|
|
|
</span> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|