| | |
| | | { title: '通知标题', className: "txt-c", dataIndex: 'documentItle;' }, |
| | | { title: '通知内容', className: "txt-c", dataIndex: 'documentContent' }, |
| | | // { title: '文档类型', className: "txt-c", dataIndex: 'documentType', render: (text, record) => text == "DT00001" ? "规章制度" : text == "DT00002" ? "通知公告" : text }, |
| | | { title: '接受情况', className: "txt-c", dataIndex: 'groupType', render: (text, record) => <span>{readNumber || 0}/{noticeNumber || 0}</span> }, |
| | | { title: '接受情况', className: "txt-c", dataIndex: 'groupType', render: (text, record) => <span>{record.readNumber || 0}/{record.noticeNumber || 0}</span> }, |
| | | { title: '通知时间', className: "txt-c", dataIndex: 'createTime', render: (text, record) => text !== "" && text != null ? moment(text).format("YYYY-MM-DD HH:mm") : "" }, |
| | | // { |
| | | // title: '操作', className: "txt-c", key: 'operation', render: (text, record) => { |