From 651f8e426aa57ec5ebcdfddf840a21449dff4269 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期一, 20 二月 2023 18:06:43 +0800 Subject: [PATCH] 代理商管理,司机管理部分 --- management/guns-admin/src/main/webapp/static/modular/system/tAppUser/tAppUser.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/management/guns-admin/src/main/webapp/static/modular/system/tAppUser/tAppUser.js b/management/guns-admin/src/main/webapp/static/modular/system/tAppUser/tAppUser.js index f3a2634..5722d7d 100644 --- a/management/guns-admin/src/main/webapp/static/modular/system/tAppUser/tAppUser.js +++ b/management/guns-admin/src/main/webapp/static/modular/system/tAppUser/tAppUser.js @@ -41,6 +41,8 @@ return '<span>正常</span>' }else if (row.status === 2){ return '<span>冻结</span>' + }else if (row.status === 3){ + return '<span>已删除</span>' } } }, @@ -146,7 +148,6 @@ */ TAppUser.updateStatus = function () { var ajax = new $ax(Feng.ctxPath + "/tAppUser/update-status", function (data) { - console.log(111111) Feng.success("修改成功!"); TAppUserInfoDlg.close(); parent.TAppUser.table.refresh(); -- Gitblit v1.7.1