shiyanyu 1 місяць тому
батько
коміт
e3556dbd4b

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

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