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
ff79a33e
Commit
ff79a33e
authored
Jan 21, 2019
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b3d0fbdc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
checkTable.vue
public/appnew/src/components/priceReport/checkTable.vue
+2
-2
priceTableTotal.vue
public/appnew/src/components/priceReport/priceTableTotal.vue
+2
-2
No files found.
public/appnew/src/components/priceReport/checkTable.vue
View file @
ff79a33e
...
@@ -3,10 +3,10 @@
...
@@ -3,10 +3,10 @@
<div
class=
"table-build"
>
<div
class=
"table-build"
>
<div
class=
"DivBox"
v-for=
"(item,index) in data"
>
<div
class=
"DivBox"
v-for=
"(item,index) in data"
>
<div
class=
"halfDiv"
v-if=
"item.alipay!=0"
>
<div
class=
"halfDiv"
v-if=
"item.alipay!=0"
>
施总
支付宝:
{{
item
.
alipay
}}
支付宝:
{{
item
.
alipay
}}
</div>
</div>
<div
class=
"halfDiv"
v-if=
"item.tenpay!=0"
>
<div
class=
"halfDiv"
v-if=
"item.tenpay!=0"
>
施总
微信:
{{
item
.
tenpay
}}
微信:
{{
item
.
tenpay
}}
</div>
</div>
<div
class=
"halfDiv"
v-if=
"item.realty_pay!=0"
>
<div
class=
"halfDiv"
v-if=
"item.realty_pay!=0"
>
地产转账:
{{
item
.
realty_pay
}}
地产转账:
{{
item
.
realty_pay
}}
...
...
public/appnew/src/components/priceReport/priceTableTotal.vue
View file @
ff79a33e
...
@@ -18,10 +18,10 @@
...
@@ -18,10 +18,10 @@
<div
class=
"lineDiv"
></div>
<div
class=
"lineDiv"
></div>
<div
class=
"DivBox "
>
<div
class=
"DivBox "
>
<div
class=
"halfDiv"
v-if=
"data.alipay!=0"
>
<div
class=
"halfDiv"
v-if=
"data.alipay!=0"
>
施总
支付宝:
{{
data
.
alipay
}}
支付宝:
{{
data
.
alipay
}}
</div>
</div>
<div
class=
"halfDiv"
v-if=
"data.tenpay!=0"
>
<div
class=
"halfDiv"
v-if=
"data.tenpay!=0"
>
施总
微信:
{{
data
.
tenpay
}}
微信:
{{
data
.
tenpay
}}
</div>
</div>
<div
class=
"halfDiv"
v-if=
"data.realty_pay!=0"
>
<div
class=
"halfDiv"
v-if=
"data.realty_pay!=0"
>
地产转账:
{{
data
.
realty_pay
}}
地产转账:
{{
data
.
realty_pay
}}
...
...
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