671 [门诊医生站-医嘱] 列表字段定义错误:“退回原因”应变更为“备注”并正确回显录入内容
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user