mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-29 12:22:44 +08:00
修复编排遍历数组错误设置元素的BUG
This commit is contained in:
parent
23c5cb77af
commit
775132df8f
@ -132,16 +132,16 @@ export const controlCommands = {
|
|||||||
config: [
|
config: [
|
||||||
{
|
{
|
||||||
name: "indexVar",
|
name: "indexVar",
|
||||||
label: "元素",
|
label: "索引",
|
||||||
component: "ControlInput",
|
component: "ControlInput",
|
||||||
defaultValue: "item",
|
defaultValue: "index",
|
||||||
width: 4,
|
width: 4,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "indexVar",
|
name: "itemVar",
|
||||||
label: "索引",
|
label: "元素",
|
||||||
component: "ControlInput",
|
component: "ControlInput",
|
||||||
defaultValue: "i",
|
defaultValue: "item",
|
||||||
width: 4,
|
width: 4,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user