@@ -314,7 +314,7 @@
<i class="fa fa-eye"></i>查看
</el-button>
<el-button
- v-if="scope.row.workOrderStatus === 'draft'"
+ v-if="scope.row.workOrderStatus === 'to_issue'"
type="danger"
link
@click="handleDelete(scope.row)"