## 调整国际化;
This commit is contained in:
parent
a9aff1c62e
commit
1c3e5b8360
|
|
@ -278,11 +278,6 @@ public class EnumsInitController {
|
||||||
initList.add(this.createData(value.getKey(), value.getLabel()));
|
initList.add(this.createData(value.getKey(), value.getLabel()));
|
||||||
}
|
}
|
||||||
|
|
||||||
// 性别
|
|
||||||
for (ESex value : ESex.values()) {
|
|
||||||
initList.add(this.createData(value.getKey(), value.getLabel()));
|
|
||||||
}
|
|
||||||
|
|
||||||
// 打印状态
|
// 打印状态
|
||||||
for (EPrintStatus value : EPrintStatus.values()) {
|
for (EPrintStatus value : EPrintStatus.values()) {
|
||||||
initList.add(this.createData(value.getKey(), value.getLabel()));
|
initList.add(this.createData(value.getKey(), value.getLabel()));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue