zhuliu пре 11 месеци
родитељ
комит
5bcabe171f

+ 3 - 0
public/reportTemplate/visionox/visionox.txt

@@ -258,6 +258,9 @@
                                         num += 1
                                     });
                                 }
+                                if(data.compareLiterature && data.compareLiterature.technicalPoints){
+                                    str = `${str}<br>${data.compareLiterature.technicalPoints}`
+                                }
                                 return str
                             },
                             key:'technicalPoints'

+ 9 - 0
src/views/noveltySearch/components/dialog/inventionPoint/inventionPoint.vue

@@ -414,6 +414,15 @@ export default {
   },
 };
 </script>
+<style lang="scss">
+.inventionPointDialog{
+  .box-card{
+    .el-form-item__content{
+      text-align: left;
+    }
+  }
+}
+</style>
 <style lang="scss" scoped>
 .inventionPointDialog {
   z-index: 99999;