Browse Source

桥梁查询切换输入框无内容问题

dev
xingyongchun 2 years ago
parent
commit
c1607d94e8
  1. 4
      web/client/src/sections/fillion/components/bridgeTable.js
  2. 2
      web/client/src/sections/fillion/components/inforTable.js

4
web/client/src/sections/fillion/components/bridgeTable.js

@ -48,7 +48,7 @@ const BrideTable = (props) => {
tab1: [ tab1: [
{ {
title: '桥梁代码', title: '桥梁代码',
dataIndex: 'placeName', dataIndex: 'placeName1',
fixed: 'left', fixed: 'left',
width: 120, width: 120,
options: 1, options: 1,
@ -64,7 +64,7 @@ const BrideTable = (props) => {
}, },
{ {
title: '桥梁名称', title: '桥梁名称',
dataIndex: 'containers', dataIndex: 'placeName',
fixed: 'left', fixed: 'left',
width: 120, width: 120,
render: (dom, record) => { render: (dom, record) => {

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

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

Loading…
Cancel
Save