Commit cda35368 authored by agping's avatar agping

pc隐藏带看时间轴

parent fa673bb3
......@@ -51,7 +51,7 @@
<table class="table table-striped table-bordered table-hover table-condensed">
<thead>
<tr>
<td colspan="10">
<td colspan="7">
<form id="form_search">
<span class="fore-span ld-Marheight">评价时间:</span>
<input class="form-control btn4 ld-Marheight" value="" data-rule-phoneus="false" data-rule-required="false" id="start_date" name="start_date1" type="date">
......@@ -89,7 +89,7 @@
<th class="text-center">经纪人手机号</th>
<th class="text-center">分数</th>
<th class="text-center">评论内容</th>
<th class="text-center">操作</th>
<!--<th class="text-center">操作</th>-->
</tr>
</thead>
<tbody class="text-center" id="follow_list">
......
......@@ -288,6 +288,7 @@
let _this = this;
_this.initTabNumYeTai = index;
_this.ajaxYeTai = yetai
_this.mainDataChoose[_this.initTabNumMainChoose].title = yetai;
_this.mainDataChoose[_this.initTabNumMainChoose].isShow = false;
_this.resetConditions();
_this.getList();
......@@ -296,6 +297,7 @@
tabArea(index,area){
let _this = this;
_this.initTabNumArea = index;
_this.mainDataChoose[_this.initTabNumMainChoose].title = area.join('-');
if(area[0] != '全部' ){
var parseIntStart = parseInt(area[0]);
}
......
......@@ -13,10 +13,9 @@
[% } %]</td>
<td class="pay_type">[%= it[item]['evaluate_grade'] %]</td>
<td>[%= it[item]['evaluate_content'] %]</td>
<td>
<!--<a class="btn1 btn-info timeline" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["order_id"] %]'>删除</a>-->
<!--<td>
<a class="btn1 btn-success timeline2" href="#modal-time2" data-toggle="modal" data-id='[%= it[item]["order_id"] %]'>时间轴</a>
</td>
</td>-->
</tr>
[% } %]
[% }else{ %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment