ソースを参照

判断填报任务显示

shiyanyu 1 ヶ月 前
コミット
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">
           <!-- 文字按钮样式 -->
           <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)"