mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-28 11:52:46 +08:00
修复编排遍历数组错误设置元素的BUG
This commit is contained in:
parent
23c5cb77af
commit
775132df8f
@ -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,
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user