zhangyanpeng
2024-08-03 d8e78fa8610d65f6bfa23e0dd7070672f41ba3e4
module/visit/page/visit_log_list.html
@@ -20,7 +20,7 @@
                  tabs_d: [
                     {code: "month", name: "月度统计", dataname: "v_customer_visition", filterTxt: "", orderby: ""},
                     {code: "detail", name: "拜访明细", dataname: "md_terminal_visition", filterTxt: "", orderby: ""},
                     {code: "clocklog", name: "打卡记录", dataname: "md_terminal_promotion_detail", filterTxt: "", orderby: ""},
                     {code: "clocklog", name: "打卡记录", dataname: "md_terminal_visition_detail", filterTxt: "", orderby: ""},
                  ],
                  d_tabs: {
                     month: true,
@@ -68,6 +68,7 @@
               mounted() {
                  var me = this;
                  if (window.top.tab.selected.option.page_id) {
                     this.title = window.top.tab.selected.option.menutitle
                     // this.page_id = window.top.tab.selected.option.page_id;
                     getPageByPageId(window.top.tab.selected.option.page_id, function(result){
                        me.cbuttons_r = result.buttons_r;