🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
* 编辑表单 ~~~ empty($I_U->power([sbh_per.'_all'])) ? $U_P->back($json,'尚未授权['.__LINE__.']') : NULL; empty($para[sbh_id]) ? $U_P->back($json, '索引无法识别['.__LINE__.']') : NULL; $other = []; $other['where'] = [sbh_id.'="'.$para[sbh_id].'"']; $row = $D_P->row(sbh_table,$other); extract($row); $input = []; $input[] = ['type'=>'hidVal','field'=>sbh_id,'val'=>$row[sbh_id]]; $json['input'] = $input; $json['P'] = 'edit'; $json['width'] = '40%'; $json['title'] = '编辑'; ~~~