|
@@ -72,7 +72,10 @@
|
|
|
{{ getInventionPointText(technicalCase.inventionPoint) }}
|
|
|
</div>
|
|
|
</div>
|
|
|
- <myRichText v-loading="loading2" v-show="showInventionPoint" type="textarea" v-model="technicalCase.inventionPoint" @change="saveInventionPoint" resize="none" customStyle="height:150px;font-size: 14px;color:#606266" :rows="10" placeholder="请输入发明点"></myRichText>
|
|
|
+ <div v-loading="loading2">
|
|
|
+ <myRichText v-show="showInventionPoint" type="textarea" v-model="technicalCase.inventionPoint" @change="saveInventionPoint" resize="none" customStyle="height:150px;font-size: 14px;color:#606266" :rows="10" placeholder="请输入发明点"></myRichText>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
<div class></div>
|
|
|
<div class="AIChat" v-if="showChat">
|