From b94b71d44d62802bb8093f64a202d0176fdade50 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期二, 05 八月 2025 17:00:46 +0800 Subject: [PATCH] '一些更改' --- src/views/system/dept/index.vue | 26 +++++--------------------- 1 files changed, 5 insertions(+), 21 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 3470945..f156df0 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -68,9 +68,8 @@ class="w-full" :options="state.regionList" :props="{ - value: 'id', + value: 'code', label: 'name', - emitPath: false, children: 'regions' }" clearable @@ -180,12 +179,7 @@ </el-col> <el-col :xs="24" :sm="12" :md="8" :lg="6" :xl="4"> <el-form-item label-width="40"> - <el-button - type="primary" - :icon="useRenderIcon('ri/search-line')" - :loading="loading" - @click="onSearch" - > + <el-button type="primary" :loading="loading" @click="onSearch"> 鎼滅储 </el-button> <!-- <el-button @@ -194,13 +188,7 @@ > 閲嶇疆 </el-button> --> - <el-button - type="primary" - :icon="useRenderIcon(AddFill)" - @click="openDialog()" - > - 鏂板 - </el-button> + <el-button type="primary" @click="openDialog()"> 鏂板 </el-button> </el-form-item> </el-col> </el-row> @@ -251,9 +239,7 @@ :size="size" :icon="useRenderIcon(EditPen)" @click="openDialog('淇敼', row)" - > - 淇敼 - </el-button> + /> <!-- <el-button class="reset-margin" link @@ -275,9 +261,7 @@ type="primary" :size="size" :icon="useRenderIcon(Delete)" - > - 鍒犻櫎 - </el-button> + /> </template> </el-popconfirm> </template> -- Gitblit v1.9.1