Ver código fonte

fix: 是否重粉

xdd 4 semanas atrás
pai
commit
90569ab11e
1 arquivos alterados com 14 adições e 7 exclusões
  1. 14 7
      src/views/qw/externalContact/index.vue

+ 14 - 7
src/views/qw/externalContact/index.vue

@@ -363,13 +363,11 @@
 		     @click="handledetails(scope.row)"
 		     >用户信息
 		  </el-button>
-
-<!--          <el-button v-if="scope.row.customerId"
-                     size="mini"
-                     type="text"
-                     icon="el-icon-setting"
-                     @click="setCourseSOP(scope.row)"
-          >设置课程SOP</el-button> -->
+          <el-button
+            size="mini"
+            type="text"
+            @click="handleViewRepeat(scope.row)"
+          >查看重粉</el-button>
         </template>
       </el-table-column>
     </el-table>
@@ -386,6 +384,10 @@
       <customer-details  ref="customerDetails" @refreshList="refreshList"/>
     </el-drawer>
 
+    <el-dialog visible.sync="true" width="800px">
+
+    </el-dialog>
+
     <el-dialog title="批量添加标签" :visible.sync="tagOpen" width="800px" append-to-body>
       <div>搜索标签:
         <el-input v-model="tagChange.tagName" placeholder="请输入标签名称" clearable size="small" style="width: 200px;margin-right: 10px" />
@@ -443,6 +445,7 @@
         <el-button @click="DelTagCancel">取 消</el-button>
       </div>
     </el-dialog>
+
     <!-- 添加或修改企业微信客户对话框 -->
     <el-dialog :title="title" :visible.sync="open" width="700px" append-to-body>
       <el-form ref="form" :model="form" :rules="rules" label-width="100px">
@@ -713,6 +716,10 @@ export default {
 
   },
   methods: {
+    // 查看重粉
+    handleViewRepeat(row){
+
+    },
     updateCorpId(){
       var listTagFrom={corpId:this.queryParams.corpId}
         allListTagGroup(listTagFrom).then(response => {