From 5be822bca8cc42b0dfed361e82fe7c39dbff2b82 Mon Sep 17 00:00:00 2001
From: zoujiandong <10130823232@qq.com>
Date: Tue, 8 Sep 2026 14:38:30 +0800
Subject: [PATCH] 3
---
src/components/medinceDetailModal.vue | 6 +++---
src/views/medince/platform-medince/index.vue | 12 ++++++------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/components/medinceDetailModal.vue b/src/components/medinceDetailModal.vue
index ce36620..95e1096 100644
--- a/src/components/medinceDetailModal.vue
+++ b/src/components/medinceDetailModal.vue
@@ -59,15 +59,15 @@
-
- {{ modalForm.pharmacy_code || modalForm.pharmacy?.pharmacy_code || '-' }}
+
+ {{ modalForm.product_pharmacy_code || modalForm.pharmacy?.product_pharmacy_code || '-' }}
- {{ modalForm.product_pharmacy_code || '-' }}
+ {{ modalForm.pharmacy_code || '-' }}
diff --git a/src/views/medince/platform-medince/index.vue b/src/views/medince/platform-medince/index.vue
index 8999a48..bc25c60 100644
--- a/src/views/medince/platform-medince/index.vue
+++ b/src/views/medince/platform-medince/index.vue
@@ -12,11 +12,11 @@
-
-
+
+
-
-
+
+
@@ -165,8 +165,8 @@
{ title: '单价(元)', dataIndex: 'product_price', slotName: 'product_price',width: 150 },
{ title: '批准文号', dataIndex: 'license_number',width:200 },
{ title: '生产厂家', dataIndex: 'manufacturer',width:200 },
- { title: '药店编码', dataIndex: 'product_pharmacy_code', width: 120, ellipsis: true },
- { title: '第三方药房编码', dataIndex: 'pharmacy_code', width: 160, ellipsis: true },
+ { title: '第三方药品编码', dataIndex: 'product_pharmacy_code', width: 120, ellipsis: true },
+ // { title: '药房编码', dataIndex: 'pharmacy_code', width: 160, ellipsis: true },
// { title: '启用状态', dataIndex: 'status', slotName: 'status' },
{ title: '操作', slotName: 'action', fixed: "right", width: 180 },
];