From 862580c15609d221674cda897d23d0ed4dbacce9 Mon Sep 17 00:00:00 2001 From: lq Date: Mon, 1 Sep 2025 14:45:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/business/order/prescription/index.vue | 2 +- apps/web-antd/src/views/business/order/register/config/table.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/business/order/prescription/index.vue b/apps/web-antd/src/views/business/order/prescription/index.vue index a6a96c4c..0fd11220 100644 --- a/apps/web-antd/src/views/business/order/prescription/index.vue +++ b/apps/web-antd/src/views/business/order/prescription/index.vue @@ -99,7 +99,7 @@ const openPrescriptionSourceModal = (id) => {
待审核 通过审核 - 拒绝审核 + 拒绝审核:{{ row.reject_reason }} 无需审核 无需审核 diff --git a/apps/web-antd/src/views/business/order/register/config/table.ts b/apps/web-antd/src/views/business/order/register/config/table.ts index d8a83407..d32bdf50 100644 --- a/apps/web-antd/src/views/business/order/register/config/table.ts +++ b/apps/web-antd/src/views/business/order/register/config/table.ts @@ -23,7 +23,7 @@ export const gridOptions: VxeGridProps = { { field: 'doctor_info.depart.name', title: '科室' }, { field: 'user_patient.name', title: '就诊人名称' }, { field: 'store.name', title: '开方诊所' }, - { field: 'type', title: '状态', slots: { default: 'type' } }, + { field: 'type', title: '挂号类型', slots: { default: 'type' } }, { field: 'prescription', title: '处方', slots: { default: 'prescription'} }, { field: 'status', title: '状态', slots: { default: 'status' } }, { field: 'created_at', title: '创建时间' },