fix: 人员编辑bug
This commit is contained in:
parent
cbcde10f80
commit
21c6b5177b
|
@ -88,14 +88,14 @@
|
|||
link
|
||||
type="success"
|
||||
size="small"
|
||||
@click="table_show('show', scope.row)"
|
||||
@click="table_show(scope.row)"
|
||||
>查看
|
||||
</el-button>
|
||||
<el-button
|
||||
link
|
||||
type="warning"
|
||||
size="small"
|
||||
@click="table_edit('edit', scope.row)"
|
||||
@click="table_edit(scope.row)"
|
||||
>编辑
|
||||
</el-button>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue