zy-acs-flow/src/page/code/CodeList.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/Code.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-acs-flow/src/page/code/CodeList.jsx
@@ -129,7 +129,7 @@ <TextField source="data" label="table.field.code.data" /> <NumberField source="x" label="table.field.code.x" /> <NumberField source="y" label="table.field.code.y" /> <TextField source="concer$" label="table.field.code.concer" sortable={false} /> <BooleanField source="cornerBool" label="table.field.code.concer" sortable={false} /> <TextField source="scale" label="table.field.code.scale" /> <DateField source="updateTime" label="common.field.updateTime" showTime /> zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/Code.java
@@ -140,18 +140,6 @@ // null // 备注 // ); public String getConcer$(){ if (null == this.concer){ return null; } switch (this.concer){ case 1: return "是"; case 0: return "否"; default: return String.valueOf(this.concer); } } public String getStatus$(){ if (null == this.status){ return null; } switch (this.status){ @@ -164,7 +152,17 @@ } } public Boolean getCornerBool(){ if (null == this.concer){ return null; } switch (this.concer){ case 1: return true; case 0: return false; default: return null; } } public Boolean getStatusBool(){ if (null == this.status){ return null; }