From 58aebf343084d71f0db27287c645c14400f8cb6d Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期二, 20 十二月 2022 17:44:04 +0800 Subject: [PATCH] fix:密码校验 --- src/views/systemSetting/platform/cockpitManage/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/systemSetting/platform/cockpitManage/index.vue b/src/views/systemSetting/platform/cockpitManage/index.vue index 9b9234e..a879dd4 100644 --- a/src/views/systemSetting/platform/cockpitManage/index.vue +++ b/src/views/systemSetting/platform/cockpitManage/index.vue @@ -110,7 +110,7 @@ </el-dialog> <div class="tools"> - <div class="funs"> + <!-- <div class="funs"> <div class="funsItem funs-sp"> <el-checkbox v-model="all" @change="selectAll()">鍏ㄩ��</el-checkbox> </div> @@ -124,7 +124,7 @@ </el-option> </el-select> </div> - </div> + </div> --> <div class="pagination"> <el-pagination background :current-page="currentPage" layout="prev, pager, next" :total="totalNum" :page-size="pageSize" @current-change="changeCurrentPage"> -- Gitblit v1.8.0