fix: 人员编辑bug
This commit is contained in:
parent
cbcde10f80
commit
21c6b5177b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue