|
@@ -32,7 +32,7 @@
|
|
|
</el-dropdown-menu>
|
|
|
</el-dropdown>
|
|
|
<el-button type="primary" class="margin-left_10 margin-right_10" size="small" @click="showField">显示栏位管理</el-button>
|
|
|
- <el-button v-if="$permission.FunPermissions('xiaoshi/IPREmail')" type="primary" class="margin-right_10" size="small" @click="IPREmail">IPR邮箱</el-button>
|
|
|
+ <el-button v-if="$permission.FunPermissions('xiaoshi/IPREmail')" type="primary" class="margin-right_10" size="small" @click="IPREmail">联系邮箱</el-button>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
@@ -66,7 +66,7 @@
|
|
|
<!-- 项目分享 -->
|
|
|
<patentShare ref="patentShare"></patentShare>
|
|
|
|
|
|
- <!-- IPR邮箱 -->
|
|
|
+ <!-- 联系邮箱 -->
|
|
|
<IPREmailDialog ref="IPREmailDialog"></IPREmailDialog>
|
|
|
<!-- 配案人员/实际处理人 -->
|
|
|
<handlePersonDialog ref="handlePersonDialog"></handlePersonDialog>
|
|
@@ -260,7 +260,7 @@ export default {
|
|
|
this.showViews()
|
|
|
},
|
|
|
methods: {
|
|
|
- //IPR邮箱
|
|
|
+ //联系邮箱
|
|
|
IPREmail(){
|
|
|
this.$refs.IPREmailDialog.open()
|
|
|
},
|