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
6c96864d
Commit
6c96864d
authored
Oct 11, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
8847156b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
15 deletions
+16
-15
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+14
-7
shop_detail_pc.css
public/app/css/shop_detail_pc.css
+2
-8
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
6c96864d
...
@@ -52,21 +52,28 @@
...
@@ -52,21 +52,28 @@
<!--<td colspan="2">对内项目优势:{{d.internal_item_advantage}}</td>-->
<!--<td colspan="2">对内项目优势:{{d.internal_item_advantage}}</td>-->
<td
colspan=
"2"
>
标签:{{d.shop_sign}}
</td>
<td
colspan=
"2"
>
标签:{{d.shop_sign}}
</td>
</tr>
</tr>
<tr>
<tr
class=
"border-bottom"
>
<td>
营业时间:{{d.do_business_date}}
</td>
<td>
营业时间:{{d.do_business_date}}
</td>
<td
v-if=
"!d.shop_type"
>
招商时间:{{d.opening_date}}
</td>
<td
v-if=
"!d.shop_type"
>
招商时间:{{d.opening_date}}
</td>
<td
v-if=
"!d.shop_type"
>
开业时间:{{d.start_business_date}}
</td>
<td
v-if=
"!d.shop_type"
>
开业时间:{{d.start_business_date}}
</td>
</tr>
</tr>
<tr
class=
"tr-seat"
>
<td
colspan=
"4"
></td>
</tr>
<tr>
<tr>
<td
colspan=
"
2"
>
经纪人对本铺的评价:{{d.external_item_advantage
}}
</td>
<td
colspan=
"
4"
>
周边配套:{{d.rim_mating
}}
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
周边配套:{{d.rim_mating}}
</td>
<td
colspan=
"4"
>
所处地段:{{d.section}}
</td>
<td
colspan=
"2"
>
所处地段:{{d.section}}
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
附近人流:{{d.crowd}}
</td>
<td
colspan=
"4"
>
附近人流:{{d.crowd}}
</td>
<td
colspan=
"2"
>
其他补充:{{d.other}}
</td>
</tr>
<tr
class=
"border-bottom"
>
<td
colspan=
"4"
>
其他补充:{{d.other}}
</td>
</tr>
<tr
class=
"tr-seat"
>
<td
colspan=
"4"
></td>
</tr>
</tr>
<tr>
<tr>
<td>
面宽:{{d.area_width}}米
</td>
<td>
面宽:{{d.area_width}}米
</td>
...
@@ -80,7 +87,7 @@
...
@@ -80,7 +87,7 @@
<td>
上水:{{(d.running_water == 1)?'有':'无'}}
</td>
<td>
上水:{{(d.running_water == 1)?'有':'无'}}
</td>
<td>
下水:{{(d.downriver == 1)?'有':'无'}}
</td>
<td>
下水:{{(d.downriver == 1)?'有':'无'}}
</td>
</tr>
</tr>
<tr>
<tr
class=
"border-bottom"
>
<td
colspan=
"2"
>
目前证照经营范围:{{d.business_scope}}
</td>
<td
colspan=
"2"
>
目前证照经营范围:{{d.business_scope}}
</td>
<td
colspan=
"2"
>
交付装修:{{switchDecoration(d.decoration)}}
</td>
<td
colspan=
"2"
>
交付装修:{{switchDecoration(d.decoration)}}
</td>
</tr>
</tr>
...
...
public/app/css/shop_detail_pc.css
View file @
6c96864d
...
@@ -17,14 +17,8 @@ table td{
...
@@ -17,14 +17,8 @@ table td{
.tr-seat
{
.tr-seat
{
height
:
20px
;
height
:
20px
;
}
}
tbody
>
tr
:nth-of-type
(
10
),
tbody
>
tr
.border-bottom
{
tbody
>
tr
:nth-of-type
(
14
),
border-bottom
:
1px
solid
#999
;
tbody
>
tr
:nth-of-type
(
16
),
tbody
>
tr
:nth-of-type
(
18
),
tbody
>
tr
:nth-of-type
(
20
),
tbody
>
tr
:nth-of-type
(
22
)
{
margin-top
:
20px
;
border-top
:
1px
solid
#999
;
}
}
.img-list
>
li
{
.img-list
>
li
{
...
...
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