|
|
@ -832,9 +832,10 @@ function CollectorWorkStat(props) { |
|
|
|
}) |
|
|
|
} |
|
|
|
const detdailPic = (index) => { |
|
|
|
console.log(index); |
|
|
|
let arr = [...getImage] |
|
|
|
let str= arr.splice(index,1) |
|
|
|
setGetImage(str); |
|
|
|
arr.splice(index, 1) |
|
|
|
setGetImage(arr); |
|
|
|
} |
|
|
|
const [getPlateColor, setGetPlateColor] = useState([]) |
|
|
|
const plateColor = () => { |
|
|
|