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
dc99824c
Commit
dc99824c
authored
Jun 20, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
04a8d232
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
lookatResourceLi.vue
...ic/appnew/src/components/achieveMain/lookatResourceLi.vue
+1
-1
receiptResource.vue
public/appnew/src/components/achieveMain/receiptResource.vue
+0
-1
receiptResourceLi.vue
...c/appnew/src/components/achieveMain/receiptResourceLi.vue
+2
-2
No files found.
public/appnew/src/components/achieveMain/lookatResourceLi.vue
View file @
dc99824c
...
...
@@ -4,7 +4,7 @@
<div
class=
"flex"
>
<p>
{{
data
.
user_name
}}
</p>
<p>
预计到场时间:
{{
data
.
predict_see_time
}}
</p>
<p>
:
{{
data
.
house_title
}}
</p>
<p>
{{
data
.
shop_type
?
'街铺:'
:
'商场:'
}}
{{
data
.
house_title
}}
</p>
</div>
<div
class=
"flex-center"
>
{{
data
.
user_phone
}}
</div>
</div>
...
...
public/appnew/src/components/achieveMain/receiptResource.vue
View file @
dc99824c
...
...
@@ -25,7 +25,6 @@
data
()
{
let
_this
=
this
;
let
_receipt
=
_this
.
$route
.
query
.
receipt
==
1
;
console
.
log
(
_receipt
);
return
{
headerData
:
{
'title'
:
_receipt
?
'实收'
:
'业绩'
,
...
...
public/appnew/src/components/achieveMain/receiptResourceLi.vue
View file @
dc99824c
...
...
@@ -29,8 +29,8 @@
default
:
0
},
isreceipt
:
{
type
:
[
Number
,
String
]
,
default
:
0
type
:
Boolean
,
default
:
false
}
},
components
:
{
...
...
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