OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
38
app/Domain/Blueprints/Templates/definitions/risks.yaml
Normal file
38
app/Domain/Blueprints/Templates/definitions/risks.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
slug: "risks"
|
||||
icon: "fa-person-falling"
|
||||
disclaimer: ""
|
||||
minColumns: 2
|
||||
|
||||
boxes:
|
||||
risks_imp_low_pro_low:
|
||||
icon: ""
|
||||
title: "box.risks.imp_low_pro_low"
|
||||
risks_imp_low_pro_high:
|
||||
icon: ""
|
||||
title: "box.risks.imp_low_pro_high"
|
||||
risks_imp_high_pro_low:
|
||||
icon: ""
|
||||
title: "box.risks.imp_high_pro_low"
|
||||
risks_imp_high_pro_high:
|
||||
icon: ""
|
||||
title: "box.risks.imp_high_pro_high"
|
||||
|
||||
statusLabels: default
|
||||
relatesLabels: default
|
||||
|
||||
dataLabels:
|
||||
1: { title: "label.risks.description", field: "conclusion", active: true }
|
||||
2: { title: "label.data", field: "data", active: true }
|
||||
3: { title: "label.risks.mitigation", field: "assumptions", active: true }
|
||||
|
||||
layout:
|
||||
- type: boxes
|
||||
id: firstRow
|
||||
columns:
|
||||
- { width: 50, box: "risks_imp_low_pro_high" }
|
||||
- { width: 50, box: "risks_imp_high_pro_high" }
|
||||
- type: boxes
|
||||
id: secondRow
|
||||
columns:
|
||||
- { width: 50, box: "risks_imp_low_pro_low" }
|
||||
- { width: 50, box: "risks_imp_high_pro_low" }
|
||||
Reference in New Issue
Block a user