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
50041d45
Commit
50041d45
authored
Aug 07, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺详情修改
parent
0ef9a6d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+4
-4
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
50041d45
...
...
@@ -18,19 +18,19 @@
<tbody>
<tr>
<td>
商铺编号:{{d.id}}
</td>
<td>
商铺类型:{{
d.shop_type
?'街铺':'商场'}}
</td>
<td>
商铺类型:{{
(d.shop_type==1)
?'街铺':'商场'}}
</td>
<td>
是否对客户展示:{{d.is_show?'否':'是'}}
</td>
<td>
是否独家:{{d.is_exclusive_type?'是':'否'}}
</td>
</tr>
<tr>
<td>
{{dealPrice}}
</td>
<td>
{{
d.shop_type
?'对内转让费':'进场费'}}:{{d.slotting_fee}}元
</td>
<td>
{{
(d.shop_type==1)
?'对内转让费':'进场费'}}:{{d.slotting_fee}}元
</td>
<td>
物业管理费:{{d.management_fee}}元/月
</td>
<td></td>
</tr>
<tr>
<td>
{{
d.shop_type
?'使用面积':'商铺面积'}}:{{dealArea}}
</td>
<td>
{{
d.shop_type
?'建筑面积':'项目总面积'}}:{{d.market_area}}m²
</td>
<td>
{{
(d.shop_type==1)
?'使用面积':'商铺面积'}}:{{dealArea}}
</td>
<td>
{{
(d.shop_type==1)
?'建筑面积':'项目总面积'}}:{{d.market_area}}m²
</td>
<td>
剩余铺数:{{d.residue_num}}
</td>
<td>
总铺数:{{d.total}}
</td>
</tr>
...
...
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