@@ -170,7 +170,7 @@
type="text"
style="color: rgb(217, 0, 27)"
@click="handleRemove(scope.row.id)"
- v-if="scope.row.dataResource === 0 && (scope.row.status == 0 || scope.row.status == 10)"
+ v-if="scope.row.status == 0 || scope.row.status == 10"
v-db-click
>删除</el-button
>