zs há 1 ano atrás
pai
commit
5685265120
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      src/views/match/info/index.vue

+ 1 - 2
src/views/match/info/index.vue

@@ -157,8 +157,7 @@ const opera = [
   { label: t('common.sign'), method: 'sign' },
   {
     label: t('common.update'),
-    method: 'edit',
-    display: (i) => i.is_use === '1' && i.match_status === '0'
+    method: 'edit'
   },
   { label: t('common.exam'), method: 'exam', type: 'warning', display: (i) => i.status === '0' },
   {