jsk 健康

This commit is contained in:
skjia 2025-06-03 10:13:53 +08:00
parent 145203c688
commit 3ae92d2829
3 changed files with 44 additions and 53 deletions

View File

@ -56,15 +56,8 @@
<el-button
size="mini"
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
>修改</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
>删除</el-button>
@click="handleUpdate2(scope.row)"
>体检报告</el-button>
</template>
</el-table-column>
</el-table>

View File

@ -85,13 +85,11 @@
<el-button
size="mini"
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
>修改</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
>删除</el-button>
</template>