新增operationcard组件

This commit is contained in:
fofolee
2025-01-06 21:18:03 +08:00
parent 516e6c2d16
commit 25be7f4926
10 changed files with 262 additions and 326 deletions

View File

@@ -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: `
// 返回关键参数的值