Explorar el Código

fix: 集体审议不要补充材料按钮

shiyanyu hace 3 semanas
padre
commit
a1444c750a
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/views/EntDeclaration/auditTaskProcessing/index.vue

+ 3 - 1
src/views/EntDeclaration/auditTaskProcessing/index.vue

@@ -200,7 +200,9 @@
             意见反馈
           </el-button>
           <el-button
-            v-if="scope.row.status === '600'"
+            v-if="
+              scope.row.status === '600' && scope.row.currentNode !== 'jtsy'
+            "
             size="mini"
             type="text"
             @click="handleMaterials(scope.row)"