diff --git a/src/views/WarningList/list.vue b/src/views/WarningList/list.vue
index 5815252..ee1e514 100644
--- a/src/views/WarningList/list.vue
+++ b/src/views/WarningList/list.vue
@@ -39,15 +39,13 @@
- 批量处理
+ 批量处理
-
+
@@ -257,6 +255,11 @@ const handleUpdate = async (row: any) => {
}
};
+/** 检查行是否可选(已处理不可选) */
+const checkSelectable = (row: any) => {
+ return row.status !== 1;
+};
+
/** 批量:确认后直接提交 */
const handleBatchProcess = async () => {
if (!ids.value.length) {