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
7862e151
Commit
7862e151
authored
Sep 14, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
f6b9c561
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
subappoint.vue
src/pages/studyAbroad/subappoint.vue
+7
-7
No files found.
src/pages/studyAbroad/subappoint.vue
View file @
7862e151
...
...
@@ -49,7 +49,7 @@
</div>
</div>
<div
class=
"viewbox"
>
<table
class=
"appointtable"
>
<table
class=
"appointtable"
:loading=
"loading"
>
<
template
v-for=
"(rootItem,rootIndex) in dataList"
>
<thead
:key=
"`r_th_`+rootIndex"
>
<tr>
...
...
@@ -199,6 +199,7 @@
dataList
:
[],
TimeList
:
[],
//时段
isShowStuConfig
:
false
,
loading
:
false
,
};
},
components
:
{
...
...
@@ -238,9 +239,8 @@
},
methods
:
{
//关闭配置弹窗
closeStuConfig
()
{
this
.
isShowStuConfig
=
false
;
closeStuConfig
()
{
this
.
isShowStuConfig
=
false
;
},
//获取可约时间段
getTimeList
()
{
...
...
@@ -365,7 +365,9 @@
});
},
getData
()
{
this
.
loading
=
true
;
GetAppointmentPlanStat
(
this
.
msg
).
then
(
res
=>
{
this
.
loading
=
false
;
let
data
=
JSON
.
parse
(
JSON
.
stringify
(
res
.
Data
));
this
.
dataList
=
data
;
});
...
...
@@ -451,7 +453,6 @@
},
}
};
</
script
>
<
style
lang=
"scss"
>
.viewbox
{
...
...
@@ -521,5 +522,4 @@
width
:
100%
;
display
:
inline-block
;
}
</
style
>
</
style
>
\ No newline at end of file
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