From e389354f6154ffab9981308f8a842732db2f9085 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期二, 01 十一月 2022 16:08:25 +0800 Subject: [PATCH] 整治列表 案件查询 图片管理 页面添加 --- src/views/systemSetting/baseSetting/department/index.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/views/systemSetting/baseSetting/department/index.vue b/src/views/systemSetting/baseSetting/department/index.vue index 8d1a6b9..50452b4 100644 --- a/src/views/systemSetting/baseSetting/department/index.vue +++ b/src/views/systemSetting/baseSetting/department/index.vue @@ -57,11 +57,8 @@ </el-table-column> <el-table-column prop="departDes" label="閮ㄩ棬鎻忚堪" min-width="30"> </el-table-column> - <!-- <el-table-column prop="createTime" label="鍒涘缓鏃堕棿" min-width="10"> - </el-table-column> --> <el-table-column prop="status" label="鍚敤" min-width="5"> <template slot-scope="scope"> - <!-- @change="handleChangeStatus(scope.row)" --> <el-switch class="switchStyle" v-model="scope.row.status" @@ -162,7 +159,7 @@ dialogUpdate: false, updateFlag: false, userInfo: "", - totalNum: 200, + totalNum: 0, pageSize: 10, currentPage: 1, context: "", -- Gitblit v1.8.0