diff --git a/web/client/src/sections/fillion/components/patrolTable.js b/web/client/src/sections/fillion/components/patrolTable.js index c2bfd650..b13dc98b 100644 --- a/web/client/src/sections/fillion/components/patrolTable.js +++ b/web/client/src/sections/fillion/components/patrolTable.js @@ -13,6 +13,7 @@ import moment from 'moment'; const DetailForm = (props) => { const { visible, data, handleClose, loading } = props; + const [qndmn] = useState(localStorage.getItem('qndmn')); const keyList = [ { key: '编号', name: 'id' }, { key: '工程类型', name: 'projectType' }, @@ -38,7 +39,7 @@ const DetailForm = (props) => { { data.scenePic && data.scenePic instanceof Array ? data.scenePic.map(imgSrc => { return