Procházet zdrojové kódy

feat:催课看课按钮隐藏

caoliqin před 2 týdny
rodič
revize
1eeaeaec69
1 změnil soubory, kde provedl 34 přidání a 34 odebrání
  1. 34 34
      src/views/app/urgentClass/index.vue

+ 34 - 34
src/views/app/urgentClass/index.vue

@@ -221,39 +221,39 @@
           >
             点击处理
           </el-button>
-          <el-button
-            v-if="scope.row.status == 0"
-            size="mini"
-            type="text"
-            @click="quickReply(scope.row)"
-            v-hasPermi="['app:urgentClass:quickReply']"
-          >
-            快速回复
-          </el-button>
-          <el-button
-            size="mini"
-            type="text"
-            :loading="imLoading && loadingRowId === scope.row.customerRoleId"
-            :disabled="imLoading"
-            @click="loginIm(scope.row)"
-            v-hasPermi="['app:urgentClass:talk']"
-          >
-            聊天
-          </el-button>
-          <el-button
-            v-if="scope.row.fsUserId && scope.row.fsUserId !== ''"
-            size="mini"
-            type="text"
-            @click="handleCallPhone(scope.row)"
-            v-hasPermi="['app:urgentClass:getFsUserPhone']"
-          >
-            外呼
-          </el-button>
-          <el-button
-            size="mini"
-            type="text"
-            @click="handledetails(scope.row)"
-          >详情</el-button>
+<!--          <el-button-->
+<!--            v-if="scope.row.status == 0"-->
+<!--            size="mini"-->
+<!--            type="text"-->
+<!--            @click="quickReply(scope.row)"-->
+<!--            v-hasPermi="['app:urgentClass:quickReply']"-->
+<!--          >-->
+<!--            快速回复-->
+<!--          </el-button>-->
+<!--          <el-button-->
+<!--            size="mini"-->
+<!--            type="text"-->
+<!--            :loading="imLoading && loadingRowId === scope.row.customerRoleId"-->
+<!--            :disabled="imLoading"-->
+<!--            @click="loginIm(scope.row)"-->
+<!--            v-hasPermi="['app:urgentClass:talk']"-->
+<!--          >-->
+<!--            聊天-->
+<!--          </el-button>-->
+<!--          <el-button-->
+<!--            v-if="scope.row.fsUserId && scope.row.fsUserId !== ''"-->
+<!--            size="mini"-->
+<!--            type="text"-->
+<!--            @click="handleCallPhone(scope.row)"-->
+<!--            v-hasPermi="['app:urgentClass:getFsUserPhone']"-->
+<!--          >-->
+<!--            外呼-->
+<!--          </el-button>-->
+<!--          <el-button-->
+<!--            size="mini"-->
+<!--            type="text"-->
+<!--            @click="handledetails(scope.row)"-->
+<!--          >详情</el-button>-->
         </template>
       </el-table-column>
     </el-table>
@@ -1223,7 +1223,7 @@ export default {
   -ms-user-select: none;
 }
 
-/deep/ .quick-reply {
+::v-deep  .quick-reply {
   height: 115px;
   border: 1px solid #DCDFE6;
   padding: 5px;