liujiayin пре 2 година
родитељ
комит
46ea5caf11
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/views/platform/message/inner/receive.vue

+ 0 - 2
src/views/platform/message/inner/receive.vue

@@ -168,14 +168,12 @@ export default {
                         {
                             key: 'remove',
                             hidden: function (row, index) {
-                                console.log('row',row)
                                 return (row.subject =='文件发放通知')
                             }
                         },
                         {
                             key: 'detail',
                              hidden: function (row, index) {
-                                console.log('row',row)
                                 return (row.subject =='文件发放通知')
                             }
                         }