-
zhangwei
2025-08-11 2293a1b58a3227a4870466e3699b6baf0af29303
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)"