From d2fd67a1bcec35db7870f55a83a25c043ae854f8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 06 九月 2023 15:58:16 +0800 Subject: [PATCH] 2023-09-06 --- src/menu/components/table/edit-table/options.jsx | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/menu/components/table/edit-table/options.jsx b/src/menu/components/table/edit-table/options.jsx index 9fd58b0..18fc7a4 100644 --- a/src/menu/components/table/edit-table/options.jsx +++ b/src/menu/components/table/edit-table/options.jsx @@ -111,6 +111,9 @@ {value: 'all', label: '鍏ㄩ儴'}, {value: 'change', label: '淇敼椤�'}, {value: 'simple', label: '鍗曢」'}, + ], + controlFields: [ + {field: 'standard', values: ['change', 'simple']}, ] }, // { @@ -139,6 +142,18 @@ }, { type: 'radio', + field: 'standard', + label: '淇敼鏍囧噯', + initval: wrap.standard || 'init', + tooltip: '濡備綍鍒ゆ柇琛屼俊鎭槸鍚﹀簲璇ユ彁浜ゃ��', + required: false, + options: [ + {value: 'init', label: '涓庡垵濮嬪�间笉鍚�'}, + {value: 'change', label: '瀛樺湪缂栬緫鐥曡抗'}, + ] + }, + { + type: 'radio', field: 'cache', label: '缂撳瓨', initval: wrap.cache || 'true', -- Gitblit v1.8.0