zhengxin hace 1 mes
padre
commit
9751817daf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/home/index.vue

+ 1 - 1
src/views/home/index.vue

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