diff --git a/src/components/CustomPages/SK/SK002CheckList.js b/src/components/CustomPages/SK/SK002CheckList.js index bca0d19..f77d4a6 100644 --- a/src/components/CustomPages/SK/SK002CheckList.js +++ b/src/components/CustomPages/SK/SK002CheckList.js @@ -76,7 +76,27 @@ class SK002CheckList extends React.Component { dataIndex: "DEPARTMENT_TYPE", key: "DEPARTMENT_TYPE", render: (text, record, index) => { + if(record.DEPARTMENT_TYPE.includes('_')) + { + let departTypeLists=[] + let departTypes=record.DEPARTMENT_TYPE.split('_') + if(departTypes.length>0) + { + for(let i=0;i{departTypeLists} + } + else + { return + } } }, ], @@ -221,7 +241,7 @@ class SK002CheckList extends React.Component {

基础库



- +

-
+


{this.state.dataList? -