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
1df5db88
Commit
1df5db88
authored
Aug 15, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺详情修改
parent
9b433d4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+7
-7
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
1df5db88
...
...
@@ -19,8 +19,8 @@
<tr>
<td>
商铺编号:{{d.id}}
</td>
<td>
商铺类型:{{(d.shop_type==1)?'街铺':'商场'}}
</td>
<td>
是否对客户展示:{{
d.is_show
?'否':'是'}}
</td>
<td>
是否独家:{{
d.is_exclusive_type
?'是':'否'}}
</td>
<td>
是否对客户展示:{{
(d.is_show==1)
?'否':'是'}}
</td>
<td>
是否独家:{{
(d.is_exclusive_type==1)
?'是':'否'}}
</td>
</tr>
<tr>
<td>
{{dealPrice}}
</td>
...
...
@@ -74,16 +74,16 @@
<tr
class=
"tr-seat"
>
<td
colspan=
"4"
></td>
</tr>
<tr
v-if=
"!
d.is_show
"
>
<tr
v-if=
"!
(d.is_show==1)
"
>
<td
colspan=
"2"
>
对外商铺名称:{{d.external_title}}
</td>
<td
colspan=
"2"
>
对外商铺地址:{{d.province}}{{d.city+d.disc+d.external_address}}
</td>
</tr>
<tr
v-if=
"!
d.is_show
"
>
<tr
v-if=
"!
(d.is_show==1)
"
>
<td
colspan=
"2"
>
对外项目优势:{{d.external_item_advantage}}
</td>
<td
v-if=
"d.shop_type"
colspan=
"2"
>
对外转让费:{{(d.external_slotting_fee == '-1')?'面议':(d.external_slotting_fee+'元')}}
</td>
<td
v-else
colspan=
"2"
></td>
</tr>
<tr
v-if=
"!
d.is_show
&& d.cover_plan"
>
<tr
v-if=
"!
(d.is_show==1)
&& d.cover_plan"
>
<td
colspan=
"4"
class=
"oh"
>
<div
class=
"fl"
>
对外封面图:
</div>
<div
class=
"fl"
>
...
...
@@ -132,8 +132,8 @@
<tr>
<td>
上传时间:{{d.create_time}}
</td>
<td>
最后编辑时间:{{d.update_time}}
</td>
<td
v-if=
"
d.is_exclusive_type
"
>
独家有效期:{{d.agent_start_time+'至'+d.agent_end_time}}
</td>
<td
v-if=
"
d.is_exclusive_type
"
>
<!--独家方:{{d.exclusive_name}}-->
</td>
<td
v-if=
"
(d.is_exclusive_type==1)
"
>
独家有效期:{{d.agent_start_time+'至'+d.agent_end_time}}
</td>
<td
v-if=
"
(d.is_exclusive_type==1)
"
>
<!--独家方:{{d.exclusive_name}}-->
</td>
</tr>
</tbody>
</table>
...
...
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