@@ -232,8 +232,15 @@
{
title:'保管部门',
align:"center",
- dataIndex: 'custodianDept'
- },
+ dataIndex: 'custodianDept',
+ customRender: (text, record, index) => {
+ if(text!==''&&text&&text!=='null'){
+ return text
+ }else{
+ var cc=''
+ return cc
+ }
+ }, },
title:'刻章日期',