开发遇到的,在群里提供了解决思路,现在把代码整理分享、
修改/public/assets/js/require-table.js
在 562行 (做了二开的有可能不是)
title = j.title ? j.title : text;
后增加
title = Table.api.replacetitle(title, row, table);
然后在
replaceurl方法(大概597行)
后增加
//替换含有字段数据replacetitle: function (title, row, table) { var options = table ? table.bootstrapTable('getOptions') : null; title = title.replace(/{(.*?)}/gi, function (matched) { matched = matched.substring(1, matched.length - 1); if (matched.indexOf(".") !== -1) { var temp = row; var arr = matched.split(/./); for (var i = 0; i < arr.length; i++) { if (typeof temp[arr[i]] !== 'undefined') { temp = temp[arr[i]]; } } return typeof temp === 'object' ? '' : temp; } return row[matched]; }); return title;},
-------------我是分割线----------------
修改后就可以直接在title中配置字段了效果如图
希望以上内容对你有所帮助!如果还有其他问题,请随时提问。 各类知识收集 拥有多年CMS企业建站经验,对 iCMS, Fastadmin, ClassCMS, LeCMS, PbootCMS, PHPCMS, 易优CMS, YzmCMS, 讯睿CMS, 极致CMS, Wordpress, HkCMS, YznCMS, WellCMS, ThinkCMF, 等各类cms的相互转化,程序开发,网站制作,bug修复,程序杀毒,插件定制都可以提供最佳解决方案。