fix(): 巡查任务bug修复

qzc-dev-demo
李神峰 2024-11-11 15:42:47 +08:00
parent a8eea184a0
commit 217da0c127
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ const Page = () => {
2: "已完成"
}
const taskType = {
0: "日常巡查",
1: "特别检查",
2: "汛前巡检"
1: "日常巡查",
2: "特别检查",
3: "汛前巡检"
}
const refModal = useRef();
const [searchVal, setSearchVal] = useState(false)