heyang il y a 2 ans
Parent
commit
fd64035aa6

+ 2 - 3
src/views/comprehensive/laboratoryManagement/accessAuthorization/lookImpower.vue

@@ -80,10 +80,9 @@
                  v-if="(scope.row.userType=='学生' && !admittance) || (scope.row.userType=='教师' && !whiteList)"
                  @click="handleClick('',scope.row,'delete')"
               >删除</p>
-              <p class="table-min-button" v-if="scope.row.userType=='学生' && admittance">安全准入</p>
-              <p class="table-min-button" v-if="scope.row.userType=='教师' && whiteList">白名单</p>
+              <p class="table-min-button" style="color: #333;cursor: text" v-if="scope.row.userType=='学生' && admittance">安全准入</p>
+              <p class="table-min-button" style="color: #333;cursor: text" v-if="scope.row.userType=='教师' && whiteList">白名单</p>
             </div>
-
           </template>
         </el-table-column>
       </el-table>