🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~ 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'); } ~~~