上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: 阅读全文
posted @ 2022-04-24 15:40 一颗糊涂淡 阅读(120) 评论(0) 推荐(0)
摘要: F:index/ 为本机F盘下的index文件夹 阅读全文
posted @ 2022-04-20 09:26 一颗糊涂淡 阅读(467) 评论(0) 推荐(0)
摘要: $newList = $this->cate1Model->with(["cate2"=>function($query){ $query->where('switch','1')->order('weigh asc'); }])->where('switch','1')->order('weigh 阅读全文
posted @ 2022-04-16 08:53 一颗糊涂淡 阅读(387) 评论(0) 推荐(0)
摘要: { field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: function (value, row, index) { var that = $.exten 阅读全文
posted @ 2021-12-30 15:12 一颗糊涂淡 阅读(1352) 评论(0) 推荐(0)
摘要: public function getDistance($lng1, $lat1, $lng2, $lat2) { $EARTH_RADIUS = 6378.137; $radLat1 = $this->rad($lat1); $radLat2 = $this->rad($lat2); $a = $ 阅读全文
posted @ 2021-12-28 16:37 一颗糊涂淡 阅读(203) 评论(0) 推荐(0)
摘要: table.on("pre-body.bs.table",function(){ var bt=table.data("bootstrap.table"); if (bt){ bt.$toolbar.find(".export").find(".icon-share").text("导出"); } 阅读全文
posted @ 2021-12-23 15:34 一颗糊涂淡 阅读(482) 评论(0) 推荐(0)
摘要: // 初始化表格参数配置 Table.api.init({ extend: { index_url: 'miaomuku/index' + location.search, add_url: 'miaomuku/add', edit_url: 'miaomuku/edit', del_url: 'm 阅读全文
posted @ 2021-12-15 14:22 一颗糊涂淡 阅读(819) 评论(0) 推荐(0)
摘要: 控制器 public function index() { $this->relationSearch = true; $list = $this->model ->with("category") ->field('home_articles.*,category.name as category 阅读全文
posted @ 2021-10-30 09:39 一颗糊涂淡 阅读(438) 评论(0) 推荐(0)
摘要: field: 'info', title: __('Info'), align:"left", cellStyle: {css: {"max-width": "300px","white-space":"pre-line","word-wrap":"break-word","word-break": 阅读全文
posted @ 2021-09-28 15:32 一颗糊涂淡 阅读(439) 评论(0) 推荐(0)
摘要: $(".btn-add").data("area",["1000px","600px"]); $(".btn-edit").data("area",["1000px","600px"]); table.on('post-body.bs.table',function(){ $(".btn-edito 阅读全文
posted @ 2021-09-27 09:29 一颗糊涂淡 阅读(1293) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 13 下一页