Parcourir la source

待审、审查中状态判断

wanger il y a 5 mois
Parent
commit
40fbba103b
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      website/src/views/ghcgscygl/common.vue

+ 4 - 1
website/src/views/ghcgscygl/common.vue

@@ -94,7 +94,10 @@
                     >审查记录</el-button
                   >
                   <el-button
-                    v-if="['待审', '审查中'].indexOf(scope.row.sczt) > -1"
+                    v-if="
+                      scope.row.sczt.indexOf('待审') > -1 ||
+                      scope.row.sczt.indexOf('审查中') > -1
+                    "
                     type="primary"
                     link
                     class="caozuo"