修改表头设置中英文切换问题
This commit is contained in:
+2
-2
@@ -6,9 +6,9 @@ package com.jero.modules.head.enums;
|
|||||||
* @auth zhn
|
* @auth zhn
|
||||||
*/
|
*/
|
||||||
public enum AffirmFlagEnum {
|
public enum AffirmFlagEnum {
|
||||||
DESIGN_FLAG("设计符合性确认","Design Compliance Check","1"),
|
DESIGN_FLAG("设计符合性确认","Design Compliance Confirmation","1"),
|
||||||
AFFIRM_FLAG("Pre-Homo确认","Pre-Homo Confirmation","2"),
|
AFFIRM_FLAG("Pre-Homo确认","Pre-Homo Confirmation","2"),
|
||||||
VERIFY_FLAG("验证符合性确认","Validation Compliance Check","3");
|
VERIFY_FLAG("验证符合性确认","Validation Compliance Confirmation","3");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user