From cc836600db6b4adecaaeb383a09e6ff89a2f0553 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 16 八月 2022 14:37:57 +0800 Subject: [PATCH] 2022-08-16 --- src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx b/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx index ba62d69..0c76b5f 100644 --- a/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx +++ b/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx @@ -154,7 +154,6 @@ label: Formdict['model.sort'], initVal: card.IsSort || (card.isSub ? 'false' : 'true'), required: true, - // forbidden: card.isSub, options: [{ value: 'true', text: Formdict['model.true'] -- Gitblit v1.8.0