Browse Source

抽取县道比例 修改

dev
wenlele 1 year ago
parent
commit
e9f17cec19
  1. 2
      web/client/src/sections/fillion/containers/maintenanceSpotCheck-new.js

2
web/client/src/sections/fillion/containers/maintenanceSpotCheck-new.js

@ -226,7 +226,7 @@ const MaintenanceSpotCheck = (props) => {
<Form form={form}> <Form form={form}>
<Form.Item <Form.Item
label={<div>抽取比例(%)<Tooltip title='默认抽查乡道比例为25%、抽查村道比例为10%'> label={<div>抽取县道比例(%)<Tooltip title='默认抽查乡道比例为25%、抽查村道比例为10%'>
<ExclamationCircleOutlined style={{ marginLeft: 6 }} /> <ExclamationCircleOutlined style={{ marginLeft: 6 }} />
</Tooltip></div>} </Tooltip></div>}
name="percentValue" name="percentValue"

Loading…
Cancel
Save