|
@@ -80,10 +80,9 @@
|
|
v-if="(scope.row.userType=='学生' && !admittance) || (scope.row.userType=='教师' && !whiteList)"
|
|
v-if="(scope.row.userType=='学生' && !admittance) || (scope.row.userType=='教师' && !whiteList)"
|
|
@click="handleClick('',scope.row,'delete')"
|
|
@click="handleClick('',scope.row,'delete')"
|
|
>删除</p>
|
|
>删除</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>
|
|
</div>
|
|
-
|
|
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|