调整一下
This commit is contained in:
parent
c1911aee14
commit
13e25019c7
@ -45,7 +45,7 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
<el-button @click="resetQuery"> <Icon icon="ep:refresh" />重置 </el-button>
|
<el-button @click="resetQuery"> <Icon icon="ep:refresh" />重置 </el-button>
|
||||||
<el-button type="primary" @click="handleAddPatient">
|
<el-button type="primary" @click="handleAddPatient">
|
||||||
<Icon icon="ep:plus" />新增患者
|
<Icon icon="ep:select" />选择患者
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
<!-- 列表 -->
|
<!-- 列表 -->
|
||||||
<ContentWrap>
|
<ContentWrap>
|
||||||
<el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true">
|
<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">
|
<template #default="scope">
|
||||||
{{ (queryParams.pageNo - 1) * queryParams.pageSize + scope.$index + 1 }}
|
{{ (queryParams.pageNo - 1) * queryParams.pageSize + scope.$index + 1 }}
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user