From d9451837dff9d3cb16adc9dcd2b097b238932d45 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期四, 08 十二月 2022 09:00:05 +0800 Subject: [PATCH] 删除fuse选项maxPatternLength --- src/views/system/dept/index.vue | 23 ++++------------------- 1 files changed, 4 insertions(+), 19 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 1b2dc44..af51c50 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -69,25 +69,9 @@ </el-table-column> <el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width"> <template #default="scope"> - <el-button - type="text" - icon="Edit" - @click="handleUpdate(scope.row)" - v-hasPermi="['system:dept:edit']" - >淇敼</el-button> - <el-button - type="text" - icon="Plus" - @click="handleAdd(scope.row)" - v-hasPermi="['system:dept:add']" - >鏂板</el-button> - <el-button - v-if="scope.row.parentId != 0" - type="text" - icon="Delete" - @click="handleDelete(scope.row)" - v-hasPermi="['system:dept:remove']" - >鍒犻櫎</el-button> + <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)" v-hasPermi="['system:dept:edit']">淇敼</el-button> + <el-button link type="primary" icon="Plus" @click="handleAdd(scope.row)" v-hasPermi="['system:dept:add']">鏂板</el-button> + <el-button v-if="scope.row.parentId != 0" link type="primary" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['system:dept:remove']">鍒犻櫎</el-button> </template> </el-table-column> </el-table> @@ -105,6 +89,7 @@ value-key="deptId" placeholder="閫夋嫨涓婄骇閮ㄩ棬" check-strictly + :render-after-expand="false" /> </el-form-item> </el-col> -- Gitblit v1.9.3