|
@@ -81,7 +81,7 @@ const ServiceRatioPanels = ({ staffIds, cyclical, dataPermission }) => {
|
|
|
dataIndex: activeKeyMap[state.activeKey].key,
|
|
dataIndex: activeKeyMap[state.activeKey].key,
|
|
|
title: `${activeKeyMap[state.activeKey].title}名称`,
|
|
title: `${activeKeyMap[state.activeKey].title}名称`,
|
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
|
- width: '8%'
|
|
|
|
|
|
|
+ width: '15%'
|
|
|
// render: (text, record) => (
|
|
// render: (text, record) => (
|
|
|
// <span
|
|
// <span
|
|
|
// onClick={() => showDrawer(record[activeKeyMap[state.activeKey].id])}
|
|
// onClick={() => showDrawer(record[activeKeyMap[state.activeKey].id])}
|
|
@@ -93,13 +93,13 @@ const ServiceRatioPanels = ({ staffIds, cyclical, dataPermission }) => {
|
|
|
{
|
|
{
|
|
|
dataIndex: 'status',
|
|
dataIndex: 'status',
|
|
|
title: '服务类型',
|
|
title: '服务类型',
|
|
|
- width: '9%',
|
|
|
|
|
|
|
+ width: '8%',
|
|
|
render: type => servicelogEnum[type]
|
|
render: type => servicelogEnum[type]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'date',
|
|
dataIndex: 'date',
|
|
|
title: '服务日期',
|
|
title: '服务日期',
|
|
|
- width: '10%',
|
|
|
|
|
|
|
+ width: '9%',
|
|
|
valueType: 'date'
|
|
valueType: 'date'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|