瀏覽代碼

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

shiyanyu 3 周之前
父節點
當前提交
a1444c750a
共有 1 個文件被更改,包括 3 次插入1 次删除
  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)"