Ver Fonte

fix: 成本审核归档只有归档没有-审核中

shiyanyu há 2 semanas atrás
pai
commit
8e976557f1
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      src/views/costAudit/auditInfo/auditManage/index.vue

+ 4 - 1
src/views/costAudit/auditInfo/auditManage/index.vue

@@ -95,7 +95,10 @@
         >
           <template slot-scope="scope">
             <span v-if="!scope.row.isSubTask">
-              <span>
+              <span v-if="scope.row.currentNode === 'gd'">
+                {{ scope.row.currentNodeName }}
+              </span>
+              <span v-else>
                 {{ scope.row.currentNodeName }}-{{ scope.row.statusName }}
               </span>
             </span>