From 25d899c51835dbae2fa336b8b7d7a863a078b210 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 26 二月 2024 15:19:57 +0800
Subject: [PATCH] #
---
zy-asrs-framework/src/main/resources/templates/react/Index.txt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/zy-asrs-framework/src/main/resources/templates/react/Index.txt b/zy-asrs-framework/src/main/resources/templates/react/Index.txt
index 2348d42..f253b50 100644
--- a/zy-asrs-framework/src/main/resources/templates/react/Index.txt
+++ b/zy-asrs-framework/src/main/resources/templates/react/Index.txt
@@ -14,7 +14,7 @@
import { statusMap } from '@/utils/enum-util'
import { repairBug } from '@/utils/common-util';
-const TABLE_KEY = "pro-table-role";
+const TABLE_KEY = 'pro-table-@{SIMPLEENTITYNAME}';
const handleSave = async (val) => {
const hide = message.loading('姝e湪娣诲姞');
@@ -227,6 +227,7 @@
persistenceKey: TABLE_KEY,
persistenceType: 'localStorage',
defaultValue: {
+ memo: { show: repairBug(TABLE_KEY, 'memo', false) },
option: { fixed: 'right', disable: true },
},
onChange(value) {
--
Gitblit v1.9.1