zhuliu 7 mesi fa
parent
commit
d3745ec4ab

+ 2 - 1
src/views/project/patentDetails/components/patentMessage/history/InvalidHistory.vue

@@ -36,7 +36,8 @@
                 </el-table-column>
                 <el-table-column label="结果" prop="result" align="center">
                     <template slot-scope="scope">
-                        <span>{{scope.row.result}}</span>
+                        <span v-if="scope.row.flowType == 16 || scope.row.flowType == 26">{{$constants.litigationResult[scope.row.result]}}</span>
+                        <span v-else>{{scope.row.result}}</span>
                     </template>
                 </el-table-column>
                 <el-table-column label="附件" prop="reportFiles" align="center">