From 2293a1b58a3227a4870466e3699b6baf0af29303 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 11 八月 2025 17:19:53 +0800 Subject: [PATCH] - --- src/views/system/aboutItem/index.vue | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/views/system/aboutItem/index.vue b/src/views/system/aboutItem/index.vue index 127646a..3a05a1e 100644 --- a/src/views/system/aboutItem/index.vue +++ b/src/views/system/aboutItem/index.vue @@ -22,7 +22,6 @@ state, loading, columns, - CGRcolumns, selectedNum, dataList, onSearch, @@ -220,7 +219,7 @@ </el-card> <PureTableBar title="" - :columns="nowRole.code == 'CGR' ? CGRcolumns : columns" + :columns="columns" :tableRef="tableRef?.getTableRef()" @refresh="onSearch" @fullscreen="onFullscreen" @@ -286,16 +285,14 @@ :icon="useRenderIcon(EditPen)" @click="openDialog('淇敼', row)" /> - <!-- <el-button + <el-button class="reset-margin" link type="primary" :size="size" - :icon="useRenderIcon(AddFill)" + icon="arcticons:one-hand-operation" @click="openDialog('鏂板', { parentId: row.id } as any)" - > - 鏂板 - </el-button> --> + /> <el-popconfirm :title="`鏄惁纭鍒犻櫎椤圭洰鍚嶇О涓�${row.projectName}鐨勮繖鏉℃暟鎹甡" @confirm="handleDelete(row)" -- Gitblit v1.9.1