Explorar el Código

fix(contractReview): 移除流程实例结果标签中多余的变量显示

liujt hace 8 meses
padre
commit
caab4b0c00

+ 1 - 1
src/views/saleManage/contact/components/darwerComponents/contractReview.vue

@@ -27,7 +27,7 @@
               )
             "
           >
-            {{ getDictValue('流程实例的结果', row.result) }} {{ row.result }}
+            {{ getDictValue('流程实例的结果', row.result) }}
           </el-tag>
         </template>