@ -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',
render: (dom, record) => {
@ -75,7 +75,7 @@ const InForTable = (props) => {
onChange: (value, cs) => {
setNameOfInspectionPoint(value.currentTarget.value)
placeholder: '请输入车牌号进行搜索',
placeholder: '请输入检测点进行搜索',
getPopupContainer: (triggerNode) => triggerNode.parentNode,
}
}, {