From bfe15a8dea27efb97c94f99bd191c57f0e192a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=B0=E5=9B=B0=E9=B1=BC?= <89380218+chengzhongxue@users.noreply.github.com> Date: Mon, 7 Aug 2023 01:04:16 +0800 Subject: [PATCH] Update annotation-setting.yaml --- annotation-setting.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/annotation-setting.yaml b/annotation-setting.yaml index 6409bd57..67fbb1b7 100644 --- a/annotation-setting.yaml +++ b/annotation-setting.yaml @@ -12,13 +12,13 @@ spec: label: "图标" - $formkit: "radio" name: "isVertical" - value: 0 + value: "0" label: "该菜单的子菜单是否为垂直菜单" options: - label: 是 - value: 1 + value: "1" - label: 否 - value: 0 + value: "0" --- apiVersion: v1alpha1 @@ -86,4 +86,4 @@ spec: label: "分组顶部 banner 图片" - $formkit: "textarea" name: "description" - label: "分组描述" \ No newline at end of file + label: "分组描述"