From 775132df8fad102cde0015742c8e3173a4ed8414 Mon Sep 17 00:00:00 2001 From: fofolee Date: Tue, 25 Feb 2025 20:02:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E6=8E=92=E9=81=8D?= =?UTF-8?q?=E5=8E=86=E6=95=B0=E7=BB=84=E9=94=99=E8=AF=AF=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=85=83=E7=B4=A0=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/composer/commands/controlCommands.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/js/composer/commands/controlCommands.js b/src/js/composer/commands/controlCommands.js index 3ff5ad7..97efe52 100644 --- a/src/js/composer/commands/controlCommands.js +++ b/src/js/composer/commands/controlCommands.js @@ -132,16 +132,16 @@ export const controlCommands = { config: [ { name: "indexVar", - label: "元素", + label: "索引", component: "ControlInput", - defaultValue: "item", + defaultValue: "index", width: 4, }, { - name: "indexVar", - label: "索引", + name: "itemVar", + label: "元素", component: "ControlInput", - defaultValue: "i", + defaultValue: "item", width: 4, }, {