|
@@ -76,7 +76,7 @@
|
|
|
@click="statusUpdate('1','退租')">退租
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- :disabled="selectionList.length === 0 || option.disabled || (selectionList.findIndex(function(item){return item.status == '退租'}) == -1?true:false)"
|
|
|
+ :disabled="selectionList.length === 0 || option.disabled || (selectionList.findIndex(function(item){return item.status == '待使用'}) == -1?true:false)"
|
|
|
type="primary" size="small"
|
|
|
@click="statusUpdate('1','撤销退租')">撤销退租
|
|
|
</el-button>
|