Ver Fonte

优化搜索功能

liuhairui há 2 anos atrás
pai
commit
619b1e33fd

+ 1 - 1
application/admin/controller/Res.php

@@ -265,7 +265,7 @@ class Res extends Backend
     }
 
     /**
-     * 搜索栏检测项目检测设备精准查找
+     * 搜索栏检测设备精准查找
      */
     public function machineselect(){
         echo "<pre>";

+ 1 - 1
application/admin/lang/zh-cn/entrust.php

@@ -23,4 +23,4 @@ return [
     'User_id'       => '用户id',
     'User_name'     => '用户名称',
     'Manufacturer'     => '生产厂家'
-];
+];//

+ 1 - 1
application/admin/lang/zh-cn/res.php

@@ -27,4 +27,4 @@ return [
     'Status 1'      => '审核通过',
     'Status 2'      => '审核不通过',
     'Delete_time'   => '删除时间'
-];
+];//

+ 1 - 1
public/assets/js/backend/res.js

@@ -47,7 +47,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                                     return '<span style="color: #f75444">' +value+ '</span>';
                                 }
                             }},
-                        // {field: 'entrust_id', title: __('Entrust_id')},
+                        // {field: 'entrust_id', title: __('Entrust_id') },
                         {field: 'machine', title: __('Machine'), operate: ''},
                         {field: 'sample_no', title: __('Sample_no'), operate: 'LIKE'},
                         // {field: 'standard_id', title: __('Standard_id')},