liujiayin 2 лет назад
Родитель
Сommit
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',
                             key: 'remove',
                             hidden: function (row, index) {
                             hidden: function (row, index) {
-                                console.log('row',row)
                                 return (row.subject =='文件发放通知')
                                 return (row.subject =='文件发放通知')
                             }
                             }
                         },
                         },
                         {
                         {
                             key: 'detail',
                             key: 'detail',
                              hidden: function (row, index) {
                              hidden: function (row, index) {
-                                console.log('row',row)
                                 return (row.subject =='文件发放通知')
                                 return (row.subject =='文件发放通知')
                             }
                             }
                         }
                         }