Browse Source

所属行政村 添加

dev
wenlele 1 year ago
parent
commit
28b7beb808
  1. 8
      web/client/src/sections/fillion/components/infor/details.js
  2. 2
      web/client/src/sections/fillion/components/transportationTable.js

8
web/client/src/sections/fillion/components/infor/details.js

@ -277,10 +277,10 @@ const UserModal = (props) => {
width="md"
// rules={[{ required: true, message: "必填" }]}
options={villageList || []}
placeholder="请选择村"
placeholder="请选择所属行政村"
showSearch={true}
name='villageId'
label='村道选择'
label='所属行政村'
/> : null
}
<ProFormText
@ -330,10 +330,10 @@ const UserModal = (props) => {
width="md"
// rules={[{ required: true, message: "必填" }]}
options={villageList || []}
placeholder="请选择村"
placeholder="请选择所属行政村"
showSearch={true}
name='villageId'
label='村道选择'
label='所属行政村'
/> : null
}
<ProFormText

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

@ -2422,7 +2422,7 @@ const TransporTationTable = (props) => {
},
], tab3: [
{
title: '村',
title: '所属行政村',
search: false,
dataIndex: 'containers',

Loading…
Cancel
Save