Browse Source

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

shiyanyu 3 tuần trước cách đây
mục cha
commit
a1444c750a
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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)"