From 327852ff55574e71829172f0010ad2e4974d2597 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 13 十一月 2021 23:48:25 +0800 Subject: [PATCH] 2021-11-13 --- src/menu/components/timeline/normal-timeline/options.jsx | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/menu/components/timeline/normal-timeline/options.jsx b/src/menu/components/timeline/normal-timeline/options.jsx index 19740e7..b1f0327 100644 --- a/src/menu/components/timeline/normal-timeline/options.jsx +++ b/src/menu/components/timeline/normal-timeline/options.jsx @@ -74,6 +74,17 @@ required: false }, { + type: 'radio', + field: 'line', + label: '杩炵嚎棰滆壊', + initval: wrap.line || '', + required: false, + options: [ + {value: '', label: '榛樿'}, + {value: 'system', label: '绯荤粺鑹�'}, + ] + }, + { type: 'select', field: 'label', label: '鏍囩', -- Gitblit v1.8.0