+
+
+
+ {{
+ getDictLable(
+ dict.handleState,
+ activeModelClue.status
+ )
+ }}
+
+
详细信息
@@ -201,7 +226,7 @@ import useCatchStore from "@/stores/modules/catch";
import { getDictLable } from "@/utils/util";
const catchStore = useCatchStore();
-const dict = catchStore.getDicts(["distributionState"]);
+const dict = catchStore.getDicts(["distributionState","handleState"]);
const query = ref({});