diff --git a/sgzb-ui/src/views/scrapManage/forecastWaste/listing/index.vue b/sgzb-ui/src/views/scrapManage/forecastWaste/listing/index.vue index f66e47bf..37d66485 100644 --- a/sgzb-ui/src/views/scrapManage/forecastWaste/listing/index.vue +++ b/sgzb-ui/src/views/scrapManage/forecastWaste/listing/index.vue @@ -7,6 +7,11 @@ :sendApi="getPreScrapListApi" ref="listingTbRef" @getTableSelectionChange="getTableSelectionChange" + :selectable=" + (row) => { + return row.taskStatus == 124 + } + " >