From 547e5fe219ee7bee309ecd67db74bc8df66b5433 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 23 八月 2023 11:47:45 +0800 Subject: [PATCH] 2023-08-23 --- src/menu/components/card/balcony/options.jsx | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/menu/components/card/balcony/options.jsx b/src/menu/components/card/balcony/options.jsx index 81b6603..5ae1c32 100644 --- a/src/menu/components/card/balcony/options.jsx +++ b/src/menu/components/card/balcony/options.jsx @@ -35,10 +35,6 @@ roleList = [] } - if (wrap.datatype === 'public' && MenuType === 'billPrint') { - wrap.datatype = 'static' - } - const balconyWrapForm = [ { type: 'text', @@ -69,7 +65,7 @@ options: [ {value: 'dynamic', label: '鍔ㄦ��'}, {value: 'static', label: '闈欐��'}, - {value: 'public', label: '鍏叡鏁版嵁婧�', disabled: MenuType === 'billPrint'}, + {value: 'public', label: '鍏叡鏁版嵁婧�'}, ], controlFields: [ {field: 'empty', values: ['dynamic']}, -- Gitblit v1.8.0