Commit 266f49ff authored by 范雪寒's avatar 范雪寒

fix: 修改L1-L4的名字

parent d03c5c03
......@@ -27,10 +27,10 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
this.themeArr = [];
this.themeArr.push({ code: '1', name: 'L1' });
this.themeArr.push({ code: '2', name: 'L2' });
this.themeArr.push({ code: '3', name: 'L3' });
this.themeArr.push({ code: '4', name: 'L4' });
this.themeArr.push({ code: '1', name: 'L1 绿色' });
this.themeArr.push({ code: '2', name: 'L2 橙色' });
this.themeArr.push({ code: '3', name: 'L3 红色' });
this.themeArr.push({ code: '4', name: 'L4 蓝色' });
this.item = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment