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