mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 00:44:35 +08:00
新增operationcard组件
This commit is contained in:
@@ -130,7 +130,7 @@ const customComponentGuide = {
|
||||
implementation: {
|
||||
simpleCase: `
|
||||
// 返回操作类型的标签
|
||||
return this.operations.find(op => op.name === argvs.operation).label;
|
||||
return this.operations.find(op => op.value === argvs.operation).label;
|
||||
`,
|
||||
complexCase: `
|
||||
// 返回关键参数的值
|
||||
|
||||
Reference in New Issue
Block a user