From 94a2d44f0bcc2cc8ca41b0a6f7d4f1833b9ae8e3 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 27 三月 2026 14:09:13 +0800
Subject: [PATCH] 新增巡检记录后,创建人未自动生成,未展示备注,且点击通知后无对应的通知消息展示
---
src/views/qualityManagement/productInspectionRecord/index.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/views/qualityManagement/productInspectionRecord/index.vue b/src/views/qualityManagement/productInspectionRecord/index.vue
index f619622..494bff4 100644
--- a/src/views/qualityManagement/productInspectionRecord/index.vue
+++ b/src/views/qualityManagement/productInspectionRecord/index.vue
@@ -127,7 +127,7 @@
},
{
label: "鍒涘缓浜�",
- prop: "createUser",
+ prop: "createUserName",
},
{
label: "鍒涘缓鏃堕棿",
@@ -135,6 +135,10 @@
width: 160
},
{
+ label: "澶囨敞",
+ prop: "remark",
+ },
+ {
dataType: "action",
label: "鎿嶄綔",
align: "center",
--
Gitblit v1.9.3