Browse Source

印章档案-保管部门

jbb 2 năm trước cách đây
mục cha
commit
e842d5fe3c
1 tập tin đã thay đổi với 9 bổ sung2 xóa
  1. 9 2
      src/views/oa/SealArchivesList.vue

+ 9 - 2
src/views/oa/SealArchivesList.vue

@@ -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:'刻章日期',
             align:"center",