Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
2ac67099
Commit
2ac67099
authored
Jul 17, 2023
by
peijy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pyj 7.17 个人工作-录播室预约-空闲情况 样式修改
parent
8507e761
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
ruoyi-ui/src/views/smartSchool/personWork/recordingroomAppointment /IdleSituation/index.vue
+5
-4
No files found.
ruoyi-ui/src/views/smartSchool/personWork/recordingroomAppointment /IdleSituation/index.vue
View file @
2ac67099
...
...
@@ -34,9 +34,10 @@
<table
style=
"margin-left: 30px"
>
<thead>
<tr>
<!-- 表头 -->
<th></th>
<!--
表格
日期-->
<th
v-for=
"day in days"
:key=
"day"
>
{{
day
}}
</th>
<!--
表格表头
日期-->
<th
style=
"background:none;font-size:16px;font-weight:normal"
v-for=
"day in days"
:key=
"day"
>
{{
day
}}
</th>
</tr>
</thead>
<tbody>
...
...
@@ -143,7 +144,7 @@ export default {
},
fetchStudioUseData
()
{
// 调用接口获取录播室占用情况数据
// console.log(123654, p
arams);
console
.
log
(
123654
,
this
.
queryP
arams
);
getstudioUse
(
this
.
queryParams
).
then
((
res
)
=>
{
this
.
studioUseData
=
res
.
rows
;
console
.
log
(
123
,
this
.
studioUseData
);
...
...
@@ -334,7 +335,7 @@ export default {
this
.
selectedTimeSlots
=
selectedTimeSlots
;
},
fetchData
()
{
this
.
this
.
studioUseData
=
[]
this
.
studioUseData
=
[]
this
.
fetchStudioUseData
()
// this.days = [];
// // 查询按钮的点击事件处理程序
...
...
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