Browse Source

标题文字修改

dev
LUCAS 2 years ago
parent
commit
5f92e2bb82
  1. 4
      web/client/src/sections/fillion/components/maintenanceTable.js

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

@ -201,7 +201,7 @@ const PatrolNameList = (props) => {
}, [userList])
const columns = [
{
title: '巡更人员',
title: '养护人员',
key: 'name',
dataIndex: 'name',
align: 'center'
@ -307,7 +307,7 @@ const MaintenanceTable = (props) => {
exports(ids);
}
}
return (
<div className='card-protable'>
<Card >

Loading…
Cancel
Save