|
@ -9,7 +9,7 @@ import { getReportList } from '../../../fillion/actions/patrol' |
|
|
import AutoRollComponent from '../footer/build/AutoRollComponent' |
|
|
import AutoRollComponent from '../footer/build/AutoRollComponent' |
|
|
import { Carousel } from 'antd' |
|
|
import { Carousel } from 'antd' |
|
|
import { CloseOutlined } from '@ant-design/icons' |
|
|
import { CloseOutlined } from '@ant-design/icons' |
|
|
|
|
|
import '../../style.less' |
|
|
export const busWillRun = [ |
|
|
export const busWillRun = [ |
|
|
{ text: '非运营', value: '0' }, |
|
|
{ text: '非运营', value: '0' }, |
|
|
{ text: '运营', value: '1' }, |
|
|
{ text: '运营', value: '1' }, |
|
@ -858,8 +858,8 @@ const OlMap = (props) => { |
|
|
r.scenePic?.length > 0 ? |
|
|
r.scenePic?.length > 0 ? |
|
|
<Carousel autoplay > |
|
|
<Carousel autoplay > |
|
|
{ |
|
|
{ |
|
|
r.scenePic?.map(v => <img className='picfileimg' |
|
|
r.scenePic?.map(v => <img className='picfileimg_' |
|
|
style={{ width: 80, display: 'inline-block', }} |
|
|
style={{ width: 80,maxHeight:70,height:70, display: 'inline-block', }} |
|
|
src={ |
|
|
src={ |
|
|
v.startsWith("http") ? v : |
|
|
v.startsWith("http") ? v : |
|
|
`${localStorage.getItem("qndmn")}/${v}` |
|
|
`${localStorage.getItem("qndmn")}/${v}` |
|
|