diff --git a/web/client/src/sections/fillion/components/patrolTable.js b/web/client/src/sections/fillion/components/patrolTable.js index efbb9d50..78697ec5 100644 --- a/web/client/src/sections/fillion/components/patrolTable.js +++ b/web/client/src/sections/fillion/components/patrolTable.js @@ -90,7 +90,7 @@ const DetailForm = (props) => { { key: '巡查内容', name: 'content' }, { key: '路线代码', name: 'codeRoad', skip: !isAnomaly && !isPatrol }, { key: '现场照片', name: 'scenePic' }, - { key: '处理意见', name: 'handleOpinions', skip: !isAnomaly }, + { key: '处理意见', name: 'handleAdvice', skip: !isAnomaly }, { key: '处理详情', name: 'handleContent', skip: !isAnomaly }, { key: '处理图片', name: 'handlePic', skip: !isAnomaly }, { key: '处理人', name: 'performerName', skip: !isAnomaly }