tianq 3 years ago
parent
commit
5f0533886e
  1. 8
      src/views/modules/base/huji/immigration/index.vue

8
src/views/modules/base/huji/immigration/index.vue

@ -372,19 +372,19 @@
> >
<el-button <el-button
@click="handleEdit(scope.$index)" @click="handleChangeRecord(scope.row)"
type="text" type="text"
size="small" size="small"
class="div-table-button--blue" class="div-table-button--blue"
>修改</el-button >查看</el-button
> >
<el-button <el-button
@click="handleChangeRecord(scope.row)" @click="handleEdit(scope.$index)"
type="text" type="text"
size="small" size="small"
class="div-table-button--blue" class="div-table-button--blue"
>变更记录</el-button >编辑</el-button
> >
<el-popconfirm <el-popconfirm

Loading…
Cancel
Save