diff --git a/web/client/src/sections/fillion/components/bridgeTable.js b/web/client/src/sections/fillion/components/bridgeTable.js index 8a2cd2cb..770a0e84 100644 --- a/web/client/src/sections/fillion/components/bridgeTable.js +++ b/web/client/src/sections/fillion/components/bridgeTable.js @@ -48,7 +48,7 @@ const BrideTable = (props) => { tab1: [ { title: '桥梁代码', - dataIndex: 'placeName', + dataIndex: 'placeName1', fixed: 'left', width: 120, options: 1, @@ -64,7 +64,7 @@ const BrideTable = (props) => { }, { title: '桥梁名称', - dataIndex: 'containers', + dataIndex: 'placeName', fixed: 'left', width: 120, render: (dom, record) => { diff --git a/web/client/src/sections/fillion/components/inforTable.js b/web/client/src/sections/fillion/components/inforTable.js index e5e492d3..fd616f41 100644 --- a/web/client/src/sections/fillion/components/inforTable.js +++ b/web/client/src/sections/fillion/components/inforTable.js @@ -75,7 +75,7 @@ const InForTable = (props) => { onChange: (value, cs) => { setNameOfInspectionPoint(value.currentTarget.value) }, - placeholder: '请输入车牌号进行搜索', + placeholder: '请输入检测点进行搜索', getPopupContainer: (triggerNode) => triggerNode.parentNode, } }, {