Browse Source

现场照片

dev
巴林闲侠 3 years ago
parent
commit
3158fd4691
  1. 2
      web/client/src/sections/fillion/components/patrolTable.js

2
web/client/src/sections/fillion/components/patrolTable.js

@ -20,7 +20,7 @@ const DetailForm = (props) => {
{ key: '所在路段', name: 'road' },
{ key: '具体位置', name: 'address' },
{ key: '巡查内容', name: 'content' },
{ key: '病害照片', name: 'scenePic' },
{ key: '现场照片', name: 'scenePic' },
];
const renderContent = (data) => {

Loading…
Cancel
Save