Commit 6f288111 authored by 田翔's avatar 田翔

fix: 代码优化

parent 54ab8e0b
Pipeline #84561 passed with stages
......@@ -125,17 +125,6 @@ const incident = () => {
</Tooltip>
),
},
// {
// title: '摘要字段',
// dataIndex: 'summaryFields',
// key: 'summaryFields',
// width: 100,
// render: record => (
// <Tooltip placement="topLeft" title={record}>
// {record}
// </Tooltip>
// ),
// },
{
title: '权限',
dataIndex: 'roles',
......@@ -147,65 +136,6 @@ const incident = () => {
</Tooltip>
),
},
// {
// title: '流程',
// dataIndex: 'flowCount',
// key: 'flowCount',
// width: 80,
// render: record => (
// <Tooltip placement="topLeft" title={record}>
// {record}
// </Tooltip>
// ),
// },
// {
// title: '上报',
// dataIndex: 'reportable',
// key: 'reportable',
// width: 50,
// },
// {
// title: '上报字段',
// dataIndex: 'reportFields',
// key: 'reportFields',
// width: 80,
// },
// {
// title: '显示字段',
// dataIndex: 'displayFields',
// key: 'displayFields',
// width: 80,
// },
// {
// title: '编辑',
// dataIndex: 'editable',
// key: 'editable',
// width: 50,
// align: 'center',
// render: record => {
// if (record == '是') {
// return <Tag color="success">{record}</Tag>;
// } else {
// return <Tag color="processing">{record}</Tag>;
// }
// },
// },
// {
// title: '编辑字段',
// dataIndex: 'editableFields',
// key: 'editableFields',
// width: 80,
// render: item => (
// <div
// ref={r => {
// if (r) {
// r.innerHTML = item;
// }
// }}
// />
// ),
// },
{
title: '外部字段',
dataIndex: 'outFields',
......@@ -300,12 +230,6 @@ const incident = () => {
style={{ fontSize: '16px', color: '#1890FF' }}
/>
</Tooltip>
{/* <Tooltip title="辅助视图">
<DesktopOutlined
onClick={() => auxiliaryView1(record)}
style={{ fontSize: '16px', color: '#1890FF' }}
/>
</Tooltip> */}
<Tooltip title="导出事件">
<ExportOutlined
onClick={() => hadelExport(record)}
......@@ -336,7 +260,6 @@ const incident = () => {
setTreeLoading(false);
if (res.code === 0) {
setKeepIdValue(res.data);
// setMaxLength(res.data.root.length + 1)
let arr = formateArrDataA(res.data, 'businessType');
let newArr = [];
let newapp = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment