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 },
];