shiyanyu 1 месяц назад
Родитель
Сommit
e3556dbd4b
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      src/views/EntDeclaration/auditTaskProcessing/index.vue

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

@@ -174,7 +174,10 @@
         <template slot-scope="scope">
         <template slot-scope="scope">
           <!-- 文字按钮样式 -->
           <!-- 文字按钮样式 -->
           <el-button
           <el-button
-            v-if="scope.row.status === '2'"
+            v-if="
+              scope.row.currentNode === 'ccls' &&
+              (scope.row.status === '100' || scope.row.status === '500')
+            "
             size="mini"
             size="mini"
             type="text"
             type="text"
             @click="handleEdit(scope.row)"
             @click="handleEdit(scope.row)"