fix: 人员编辑bug

This commit is contained in:
caoqianming 2023-12-21 13:05:56 +08:00
parent cbcde10f80
commit 21c6b5177b
1 changed files with 2 additions and 2 deletions

View File

@ -88,14 +88,14 @@
link link
type="success" type="success"
size="small" size="small"
@click="table_show('show', scope.row)" @click="table_show(scope.row)"
>查看 >查看
</el-button> </el-button>
<el-button <el-button
link link
type="warning" type="warning"
size="small" size="small"
@click="table_edit('edit', scope.row)" @click="table_edit(scope.row)"
>编辑 >编辑
</el-button> </el-button>
</template> </template>