From a1221fcaa6d7712a63f922e60393d959d1a1d386 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 17 四月 2025 16:08:43 +0800
Subject: [PATCH] #优化:收货通知单编辑优化

---
 rsf-admin/src/page/system/dicts/dictType/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/page/system/dicts/dictType/index.jsx b/rsf-admin/src/page/system/dicts/dictType/index.jsx
index 7dc7dcb..b0f025e 100644
--- a/rsf-admin/src/page/system/dicts/dictType/index.jsx
+++ b/rsf-admin/src/page/system/dicts/dictType/index.jsx
@@ -11,7 +11,7 @@
 export default {
     list: DictTypeList,
     edit: DictTypeEdit,
-    show: ShowGuesser,
+    // show: ShowGuesser,
     recordRepresentation: (record) => {
         return `${record.name}`
     }

--
Gitblit v1.9.1