Przeglądaj źródła

修改企业认领

zs 8 miesięcy temu
rodzic
commit
548b20f8a0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/exam/parts/company.vue

+ 1 - 1
src/views/exam/parts/company.vue

@@ -51,7 +51,7 @@ const fields = [
 ]
 const opera = [
   { label: t('common.view'), method: 'view' },
-  { label: t('common.exam'), method: 'exam', type: 'warning', display: (i) => i.status === '0' }
+  { label: t('common.exam'), method: 'exam', type: 'warning', display: (i) => i.status != '1' }
 ]
 let skip = 0
 let limit = inject('limit')