Commit 955eb394 by 王昆

gsb

parent 140544b9
...@@ -178,7 +178,7 @@ class BusinessscopeService extends ServiceBase { ...@@ -178,7 +178,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?'启用':'未启用'; 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