|
@@ -101,14 +101,14 @@
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
- :disabled="scope.row.statusStr === '已退房' || scope.row.statusStr === '放弃资格'"
|
|
|
+ :disabled="scope.row.statusStr === '已签约' || scope.row.statusStr === '已入驻' || scope.row.statusStr === '已退房' || scope.row.statusStr === '放弃资格'"
|
|
|
@click="handleHouse(scope.row)"
|
|
|
>选房
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
- :disabled="scope.row.statusStr === '已退房' || scope.row.statusStr === '放弃资格'"
|
|
|
+ :disabled="scope.row.statusStr === '已签约' || scope.row.statusStr === '已入驻' || scope.row.statusStr === '已退房' || scope.row.statusStr === '放弃资格'"
|
|
|
@click="handleSubscribe(scope.row)"
|
|
|
>认购
|
|
|
</el-button>
|
|
@@ -121,6 +121,7 @@
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
+ :disabled="scope.row.statusStr === '已签约' || scope.row.statusStr === '已入驻' || scope.row.statusStr === '已退房' || scope.row.statusStr === '放弃资格'"
|
|
|
@click="handleIntentionalDeposit(scope.row)"
|
|
|
>意向金
|
|
|
</el-button>
|