ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~ js 文件 //重点 $.getJSON('device/device_user/type_name')}, {field: 'type', title: __('User type'), formatter:function ($value,$row) { return $row.type_name ;},searchList: $.getJSON('device/device_user/type_name')}, ~~~ ~~~ 控制器返回数据 public function type_name() { return Arrs::reSetByKey(DeviceConsts::USER_TYPE,'id'); } ~~~