zhuliu 11 月之前
父节点
当前提交
0c14288788

+ 1 - 1
public/reportTemplate/visionox/visionox.txt

@@ -73,7 +73,7 @@
                             </td>
                         </tr>
                         <tr>
-                            <td>建申请类型</td>
+                            <td>建申请类型</td>
                             <td colspan="3">
                                  <el-radio-group :value="getColumnData('baseMessage','applicationAdvice',(this.dataObj.baseMessage.applicationAdvice == '建议补充资料,然后再进行评估' || this.dataObj.baseMessage.applicationAdvice == '建议结案处理')?'建议结案处理,或者补充资料后再评估':this.dataObj.baseMessage.applicationAdvice)" @input="(value)=>{this.$set(this.reportData.baseMessage,'applicationAdvice',value)}">
                                     <el-radio label="建议申请发明">发明</el-radio>

+ 1 - 1
src/views/noveltySearch/components/dialog/inventionPoint/inventionPoint.vue

@@ -21,7 +21,7 @@
           </div>
         </div>
         <div class="main_input">
-          <el-input  type="textarea" v-model="technicalCase.inventionPoint"  resize="none"  :rows="10"  placeholder="请输入发明点"></el-input>
+          <myRichText  type="textarea" v-model="technicalCase.inventionPoint"  resize="none" customStyle="height:220px;font-size: 14px;color:#606266" :rows="10"  placeholder="请输入发明点"></myRichText>
         </div>
         <div class="main_result" v-if="showResult">
           <div class="description">{{description[clickType]}}</div>

+ 1 - 1
src/views/noveltySearch/components/exportReport/components/mixins.js

@@ -101,7 +101,7 @@ export default{
                 if(value){
                     var value1 = value
                     if(typeof value == 'string'){
-                        value1 = value.replace('\n','<br>')
+                        value1 = value.replace(/\n/g,'<br>')
                     }
                     if(property){
                         this.$set(this.reportData[field],property,value1)