提交 cd0d6051 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 69329fd8
...@@ -106,8 +106,8 @@ function handleRemove(row: UserProp) { ...@@ -106,8 +106,8 @@ function handleRemove(row: UserProp) {
</template> </template>
<template #table-x="{ row }"> <template #table-x="{ row }">
<el-button type="primary" plain @click="handleView(row)">查看</el-button> <el-button type="primary" plain @click="handleView(row)">查看</el-button>
<el-button type="primary" plain @click="handleUpdate(row)">编辑</el-button> <el-button type="primary" plain @click="handleUpdate(row)" v-if="row.id !== '10000'">编辑</el-button>
<el-button type="primary" plain @click="handleRemove(row)">删除</el-button> <el-button type="primary" plain @click="handleRemove(row)" v-if="row.id !== '10000'">删除</el-button>
</template> </template>
</AppList> </AppList>
</AppCard> </AppCard>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论