This commit is contained in:
zhoutianchi
2026-02-27 15:07:35 +08:00
parent ab667f3cdd
commit 96d2d9b6e1
8 changed files with 61 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
title="模拟列表"
:close-on-click-modal="false"
v-model="visible"
width="80%"
width="98%"
>
<el-form :inline="true">
<el-form-item>
@@ -109,6 +109,7 @@
<el-table-column
header-align="center"
align="center"
min-width="200"
label="操作">
<template #default="scope">
<el-button v-if="hasAuth('recruit_recruitImitateAdjustBatch_edit')" type="text" size="small" :icon="Edit" @click="addOrUpdateHandle(scope.row.id)">修改</el-button>