From 676726a0a752a6392a0d80e68230f4a7efee82b5 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 15 Oct 2022 11:40:07 +0800
Subject: [PATCH] 字典配置中的字典编号查询去除
---
src/option/system/dict.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/option/system/dict.js b/src/option/system/dict.js
index f90d3c3..a2b0a3c 100644
--- a/src/option/system/dict.js
+++ b/src/option/system/dict.js
@@ -107,7 +107,7 @@
prop: "code",
addDisabled: true,
editDisabled: true,
- search: true,
+ // search: true,
span: 24,
rules: [
{
--
Gitblit v1.9.3