feat: 手术申请列表-手术单号移到申请日期之前(第一栏)
This commit is contained in:
@@ -25,13 +25,6 @@
|
|||||||
>
|
>
|
||||||
<el-table-column type="index" label="序号" width="60" align="center" />
|
<el-table-column type="index" label="序号" width="60" align="center" />
|
||||||
|
|
||||||
<!-- 申请日期 -->
|
|
||||||
<el-table-column label="申请日期" align="center" prop="createTime" width="180">
|
|
||||||
<template #default="scope">
|
|
||||||
{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
|
|
||||||
</template>
|
|
||||||
</el-table-column>
|
|
||||||
|
|
||||||
<!-- 手术单号 -->
|
<!-- 手术单号 -->
|
||||||
<el-table-column label="手术单号" align="center" width="150">
|
<el-table-column label="手术单号" align="center" width="150">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
@@ -41,6 +34,13 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
|
<!-- 申请日期 -->
|
||||||
|
<el-table-column label="申请日期" align="center" prop="createTime" width="180">
|
||||||
|
<template #default="scope">
|
||||||
|
{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
|
||||||
<!-- 患者姓名 -->
|
<!-- 患者姓名 -->
|
||||||
<el-table-column label="患者姓名" align="center" prop="patientName" width="100" />
|
<el-table-column label="患者姓名" align="center" prop="patientName" width="100" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user