参照:https://blog.csdn.net/qq_45794678/article/details/103542515?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~all~first_rank_v2~rank_v25-13-103542515.nonecase&utm_term=layui%E5%88%A4%E6%96%AD%E7%8A%B6%E6%80%81%E6%98%BE%E7%A4%BA%E5%80%BC
主要修改:
, done: function (res, curr, count) {
$("[data-field = 'is_open']").children().each(function () {
if ($(this).text() == '1') {
$(this).text("公开");
} else if ($(this).text() == '0') {
$(this).text("私密");
}
});
}
更多精彩内容:各种AI课程、技能课程、黑科技软件、网站小程序源码、副业小项目、PPT模板等精品素材、电商课程、推广引流课程等,尽在 天边资源网 。