@@ -313,6 +313,7 @@
type="text"
icon="el-icon-delete"
@click="rowDel(scope.row)"
+ :disabled="scope.row.fBillstatus > 3"
>
删除
</el-button>
@@ -285,6 +285,7 @@
@@ -312,6 +312,7 @@