Fix Bug #497: 【住院医生工作站-检查申请】检查申请列表缺失“申请单状态”列及全流程闭环状态流转逻辑
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
"date": 1778293398212,
|
||||
"name": "/root/.openclaw/workspace/his-repo/logs/application-2026-05-09.log",
|
||||
"hash": "9ad2a1402927a9f4095f21ef01a6f6a2895a8f920bea4240ecb23492d6ea810f"
|
||||
},
|
||||
{
|
||||
"date": 1778379926939,
|
||||
"name": "/root/.openclaw/workspace/his-repo/logs/application-2026-05-10.log",
|
||||
"hash": "c6843438942d157762ae474e2f8330c7a05d73ad6dee6c84b789258abca304a7"
|
||||
}
|
||||
],
|
||||
"hashType": "sha256"
|
||||
|
||||
@@ -19,6 +19,11 @@
|
||||
"date": 1778293398215,
|
||||
"name": "/root/.openclaw/workspace/his-repo/logs/error-2026-05-09.log",
|
||||
"hash": "d8abb547ad7f3d20b144728ffe4f4bf737c1211d04fd8e21868b169cbd2fb5e4"
|
||||
},
|
||||
{
|
||||
"date": 1778379926941,
|
||||
"name": "/root/.openclaw/workspace/his-repo/logs/error-2026-05-10.log",
|
||||
"hash": "bba83f44d0e39f37fbead445c361f95958f6b329fa37a53f553f8ed008dc0f08"
|
||||
}
|
||||
],
|
||||
"hashType": "sha256"
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
<el-table-column prop="createTime" label="创建时间" width="160" />
|
||||
<el-table-column prop="prescriptionNo" label="处方号" width="140" />
|
||||
<el-table-column prop="requesterId_dictText" label="申请者" width="120" />
|
||||
<el-table-column prop="status" label="申请单状态" width="120" />
|
||||
<el-table-column label="操作" align="center" fixed="right">
|
||||
<template #default="scope">
|
||||
<el-button link type="primary" @click="handleViewDetail(scope.row)">详情</el-button>
|
||||
@@ -57,6 +58,15 @@
|
||||
<el-descriptions-item label="申请单名称">{{
|
||||
currentDetail.name || '-'
|
||||
}}</el-descriptions-item>
|
||||
<el-descriptions-item label="申请单状态">{{
|
||||
currentDetail.status || '-'
|
||||
}}</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
</div>
|
||||
</div>
|
||||
</el-dialog>
|
||||
</div>
|
||||
</template>-descriptions-item>
|
||||
<el-descriptions-item label="创建时间">{{
|
||||
currentDetail.createTime || '-'
|
||||
}}</el-descriptions-item>
|
||||
|
||||
Reference in New Issue
Block a user