调整一下

This commit is contained in:
Flow 2025-07-14 15:40:06 +08:00
parent c1911aee14
commit 13e25019c7
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
</el-button>
<el-button @click="resetQuery"> <Icon icon="ep:refresh" />重置 </el-button>
<el-button type="primary" @click="handleAddPatient">
<Icon icon="ep:plus" />新增患者
<Icon icon="ep:select" />选择患者
</el-button>
</el-form-item>
</el-form>

View File

@ -44,7 +44,7 @@
<!-- 列表 -->
<ContentWrap>
<el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true">
<el-table-column label="号" align="center" width="80px">
<el-table-column label="号" align="center" width="80px">
<template #default="scope">
{{ (queryParams.pageNo - 1) * queryParams.pageSize + scope.$index + 1 }}
</template>