From 9dd445b0ce466011bf7996b8107b435251ea9c25 Mon Sep 17 00:00:00 2001 From: CGD <3030332422@qq.com> Date: Fri, 11 Apr 2025 10:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E5=80=BC=E7=B1=BB=E5=9E=8B=E2=80=9C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0json=E5=BD=A2=E5=BC=8F=E7=9A=84=E9=80=89?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/manager-web/src/components/ParamDialog.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/manager-web/src/components/ParamDialog.vue b/main/manager-web/src/components/ParamDialog.vue index ab1cf4a6..6fd5d872 100644 --- a/main/manager-web/src/components/ParamDialog.vue +++ b/main/manager-web/src/components/ParamDialog.vue @@ -80,7 +80,8 @@ export default { { value: 'string', label: '字符串(string)' }, { value: 'number', label: '数字(number)' }, { value: 'boolean', label: '布尔值(boolean)' }, - { value: 'array', label: '数组(array)' } + { value: 'array', label: '数组(array)' }, + { value: 'json', label: 'JSON对象(json)' } ], rules: { paramCode: [