Commit de5deefa by 孙亚楠

dd

parent 2f486bc6
...@@ -145,6 +145,7 @@ class BusinessscopeService extends ServiceBase { ...@@ -145,6 +145,7 @@ class BusinessscopeService extends ServiceBase {
if (page && page.rows) { if (page && page.rows) {
for (var row of page.rows) { for (var row of page.rows) {
this.handleDate(row, ["created_at"], null, -8); this.handleDate(row, ["created_at"], null, -8);
row.isEnabled=row.isEnabled==1?'启用':'未启用';
} }
await this.setDomicile(page.rows); await this.setDomicile(page.rows);
} }
......
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