Skip to content

Commit

Permalink
fix: set default value for maturity && fixed #144
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 23, 2020
1 parent 0b4c364 commit 7757301
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/app/presentation/maturity/maturity.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export class MaturityComponent {
name: '第一部分:敏捷开发管理',
key: 'agile',
value: `
- [ ] 需求管理
- [ ] 过程管理
- [ ] 组织模型
- [ ] 需求管理: 2
- [ ] 过程管理: 2
- [ ] 组织模型: 2
`,
},
{
Expand Down Expand Up @@ -47,14 +47,14 @@ export class MaturityComponent {
name: '第三部分:技术运营',
key: 'techops',
value: `
- [ ] 监控管理
- [ ] 事件管理
- [ ] 变更管理
- [ ] 容量和性能管理
- [ ] 成本管理
- [ ] 连续性管理
- [ ] 用户体验管理
- [ ] 运营一体化平台
- [ ] 监控管理: 2
- [ ] 事件管理: 2
- [ ] 变更管理: 2
- [ ] 容量和性能管理: 2
- [ ] 成本管理: 2
- [ ] 连续性管理: 2
- [ ] 用户体验管理: 2
- [ ] 运营一体化平台: 2
`,
},
];
Expand Down

0 comments on commit 7757301

Please sign in to comment.