671 [门诊医生站-医嘱] 列表字段定义错误:“退回原因”应变更为“备注”并正确回显录入内容

This commit is contained in:
wangjian963
2026-06-24 10:34:49 +08:00
parent 9b5b861653
commit 69efdd89f6

View File

@@ -1323,17 +1323,14 @@
</template>
</vxe-column>
<vxe-column
title="退回原因"
title="备注"
align="center"
field="reasonText"
field="remarks"
width="160"
>
<template #default="scope">
<span
v-if="!scope.row.isEdit"
style="color: #F59E0B;"
>
{{ scope.row.reasonText || '-' }}
<span v-if="!scope.row.isEdit">
{{ scope.row.remarks || '-' }}
</span>
</template>
</vxe-column>