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
fbf0eb8f
Commit
fbf0eb8f
authored
Feb 15, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
7b80dd32
23123253
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
17 deletions
+10
-17
studentRight-form.vue
src/components/school/student/studentRight-form.vue
+10
-17
No files found.
src/components/school/student/studentRight-form.vue
View file @
fbf0eb8f
...
...
@@ -42,11 +42,11 @@
<div
class=
"detail-travel"
>
<div
class=
"detail_first"
>
<q-tabs
v-model=
"ckedTab"
dense
align=
"left"
class=
"text-teal"
style=
"margin-bottom:20px;"
>
<q-tab
name=
"1"
label=
"记录"
/>
<q-tab
name=
"2"
label=
"操作"
/>
<q-tab
name=
"3"
label=
"订单"
/>
<q-tab
name=
"4"
label=
"合同"
/>
<q-tab
v-if=
"!baseObj.noEdit"
name=
"5"
label=
"服务人员"
/>
<q-tab
:
name=
"1"
label=
"记录"
/>
<q-tab
:
name=
"2"
label=
"操作"
/>
<q-tab
:
name=
"3"
label=
"订单"
/>
<q-tab
:
name=
"4"
label=
"合同"
/>
<q-tab
v-if=
"!baseObj.noEdit"
:
name=
"5"
label=
"服务人员"
/>
</q-tabs>
<div
class=
"operate_Content"
style=
"flex:1;"
>
<div
class=
"detail_Main"
>
...
...
@@ -162,13 +162,13 @@
//选中的选项卡
checkType
:
{
type
:
Number
,
default
:
0
default
:
null
}
},
data
()
{
return
{
persistent
:
true
,
ckedTab
:
"1"
,
ckedTab
:
1
,
secondType
:
1
,
visitList
:
[{
Name
:
"到访"
,
...
...
@@ -214,16 +214,6 @@
this
.
queryStuInfo
();
this
.
userInfo
=
this
.
getLocalStorage
();
},
watch
:
{
checkType
:
{
handler
(
val
)
{
if
(
val
&&
val
>
0
)
{
this
.
ckedTab
=
val
;
}
},
deep
:
true
},
},
mounted
()
{
this
.
baseObj
=
this
.
saveObj
;
this
.
baseObj
.
IsHaveCurseManager
=
false
;
...
...
@@ -235,6 +225,9 @@
});
}
this
.
getEmployeeList
();
if
(
this
.
checkType
&&
this
.
checkType
>
0
){
this
.
ckedTab
=
this
.
checkType
;
}
},
methods
:
{
callUserHandler
()
{
...
...
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