zhuliu 7 月之前
父节点
当前提交
601b9794d8
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/report/components/index.vue

+ 3 - 3
src/views/report/components/index.vue

@@ -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()
     },