Browse Source

客户销毁

lizhen_gitee 1 month ago
parent
commit
eb08ed05f1
1 changed files with 4 additions and 3 deletions
  1. 4 3
      public/assets/js/backend/usercompany.js

+ 4 - 3
public/assets/js/backend/usercompany.js

@@ -99,14 +99,15 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                                     url: 'usercompany/restore',
                                     refresh: true
                                 },
-                                /*{
+                                {
                                     name: 'Destroy',
                                     text: __('Destroy'),
                                     classname: 'btn btn-xs btn-danger btn-ajax btn-destroyit',
                                     icon: 'fa fa-times',
                                     url: 'usercompany/destroy',
-                                    refresh: true
-                                }*/
+                                    refresh: true,
+                                    confirm:'是否彻底删除数据?无法找回!'
+                                }
                             ],
                             formatter: Table.api.formatter.operate
                         }