业务经理

微信扫描以上二维码

028-61286886

技术咨询

想在后台的全局表单内容列表里,操作选项里加一个右侧链接按钮

迅睿框架 更新 2024-04-09 23:03:59 求知若渴虚心若愚

想在后台的全局表单内容列表里,操作选项里加一个右侧链接按钮,参考了

Table操作类-列表右侧链接和底部按钮写法

https://www.xunruicms.com/doc/1232.html

后台模块控制器继承重写

https://www.xunruicms.com/doc/1352.html


我的代码是这样的

// 数据列表
public function index() {
 $tpl = $this->_Admin_List(true);
 $this->mytable = [
  'foot_tpl' => '', // 底部按钮字符串
  'link_tpl' => '', // 右侧侧链接字符串
  'link_var' => 'html = html.replace(/\{id\}/g, row.id);', // 侧链接的js变量替换,例如{id}表示id
 ];

 // 侧链接,加一个a标签链接
 $this->mytable['link_tpl'].= '<label><a href="'.dr_url(APP_DIR.'/customer/show').'&id={id}" class="btn btn-xs blue"> <i class="fa fa-user"></i> 测试</a></label>';

 \Phpcmf\Service::V()->assign([
  'mytable' => $this->mytable,
 ]);
 return \Phpcmf\Service::V()->display($tpl);
}

为什么只剩下侧链接一个按钮了?没加侧链接代码之前数据列表正常显示的。

QQ图片20240409083427.png

方案

  • 开源社区插件技术-小鹏 #1 · 2024-04-09 08:39:53
    // 数据列表
    public function index() {
     $tpl = $this->_Admin_List(true);
    
    
     // 侧链接,加一个a标签链接
     $this->mytable['link_tpl'].= '<label><a href="'.dr_url(APP_DIR.'/customer/show').'&id={id}" class="btn btn-xs blue"> <i class="fa fa-user"></i> 测试</a></label>';
    
     \Phpcmf\Service::V()->assign([
      'mytable' => $this->mytable,
     ]);
     return \Phpcmf\Service::V()->display($tpl);
    }
  • 求知若渴虚心若愚 #2 · 2024-04-09 13:35:31
    开源社区插件技术-小鹏 图标显示正常了,数据列表还是无法显示
    QQ图片20240409133338
  • 求知若渴虚心若愚 #3 · 2024-04-09 13:42:48
    list($tpl) = $this->_List();能显示数据列表,但是左侧那些按钮图标又不显示了。。。。
  • 开源社区插件技术-小鹏 #4 · 2024-04-09 14:14:54
    满意答案
    // 数据列表
    public function index() {
     $tpl = $this->_Admin_List(true);
    
     $this->mytable = \Phpcmf\Service::V()->get_value("mytable");
     // 侧链接,加一个a标签链接
     $this->mytable['link_tpl'].= '<label><a href="'.dr_url(APP_DIR.'/customer/show').'&id={id}" class="btn btn-xs blue"> <i class="fa fa-user"></i> 测试</a></label>';
    
     \Phpcmf\Service::V()->assign([
      'mytable' => $this->mytable,
     ]);
     return \Phpcmf\Service::V()->display($tpl);
    }
  • 求知若渴虚心若愚 #5 · 2024-04-09 23:03:59
    @开源社区插件技术-小鹏:已解决,多谢小鹏

迅睿系统漏洞

独立站群系统
独立站群系统(2026-09-14)
子站独立部署时修复同步附件失败问题
在线客服
在线客服(2026-09-13)
修复删除会话报错问题 删除会话时联动删除聊天图片
在线考试竞赛系统
在线考试竞赛系统(2026-09-12)
增加投票功能 考试功能拓展 注意:更新后需要执行系统更新,更新数...
网上信箱
网上信箱(2026-09-12)
修复新版本兼容问题
GeoSeo收录宝
GeoSeo收录宝(2026-09-12)
1 优化Update.php文件,解决版本在线升级不完整问题 2 ...
GeoSeo工具箱
GeoSeo工具箱(2026-09-11)
修正历史记录推送
微信系统
微信系统(2026-09-11)
增加数据统计总览界面 账号管理增加服务和公众号的区别 菜单管理支持更...
答题系统
答题系统(2026-09-11)
一站式在线答题系统,支持真题考试、题库练习和错题本,适合培训、考证、...
阿里云滑动验证码
阿里云滑动验证码(2026-09-10)
采用阿里云验证码替换迅睿系统自带的图片验证码和滑动验证码。后台设置方...
下载Plus
下载Plus(2026-09-09)
为网站附件下载加上“计数、限次、统计、防护”四重能力:按用户组控制下...