Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
8c7a3f86
Commit
8c7a3f86
authored
Feb 24, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
de8a1c21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
student-left.vue
src/components/school/student/student-left.vue
+11
-7
No files found.
src/components/school/student/student-left.vue
View file @
8c7a3f86
...
...
@@ -69,9 +69,10 @@
height
:
80px
;
position
:
relative
;
}
.stage_value
.q-field__native
span
{
width
:
100%
;
overflow
:
hidden
;
.stage_value
.q-field__native
span
{
width
:
100%
;
overflow
:
hidden
;
}
</
style
>
<
template
>
...
...
@@ -440,13 +441,14 @@
QQ
:
""
,
WeChatNo
:
""
},
NeedData
:
[],
//客户需求列表
noEdit
:
false
,
//是否可以修改编辑客户信息
NeedData
:
[],
//客户需求列表
noEdit
:
false
,
//是否可以修改编辑客户信息
isHaveOrder
:
false
,
//学员是否有订单
userInfo
:
{},
//当前登录人员
};
},
created
()
{
console
.
log
(
"HHKHK"
)
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
getStuStageList
();
this
.
getBasicList
();
...
...
@@ -468,7 +470,7 @@
if
(
this
.
saveObj
.
noEdit
&&
this
.
saveObj
.
noEdit
==
true
)
{
this
.
noEdit
=
true
;
}
}
},
watch
:
{
...
...
@@ -490,6 +492,8 @@
}
if
(
item
.
CreateBy
==
this
.
userInfo
.
Id
||
isHaveAuth
)
{
return
true
;
}
else
if
(
item
.
StuId
==
0
)
{
return
true
;
}
else
{
return
false
;
}
...
...
@@ -763,7 +767,7 @@
this
.
customObj
.
WeChatNo
=
tempDate
.
WeChatNo
;
this
.
customObj
.
StuNeeds
=
tempDate
.
StuNeeds
;
this
.
customObj
.
StuTel
=
tempDate
.
StuTel
;
//有订单
//有订单
if
(
tempDate
.
OrderCount
&&
tempDate
.
OrderCount
>
0
)
{
this
.
isHaveOrder
=
true
;
}
...
...
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