Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
cda35368
Commit
cda35368
authored
Nov 07, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc隐藏带看时间轴
parent
fa673bb3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
evaluation_list.html
application/index/view/evaluation/evaluation_list.html
+2
-2
shopList.vue
public/appnew/src/components/shop/shopList.vue
+2
-0
evaluation_list_template_tpl.html
public/resource/template/evaluation_list_template_tpl.html
+2
-3
No files found.
application/index/view/evaluation/evaluation_list.html
View file @
cda35368
...
...
@@ -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"
>
...
...
public/appnew/src/components/shop/shopList.vue
View file @
cda35368
...
...
@@ -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
]);
}
...
...
public/resource/template/evaluation_list_template_tpl.html
View file @
cda35368
...
...
@@ -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
{
%
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment