Commit 2ac67099 by peijy

pyj 7.17 个人工作-录播室预约-空闲情况 样式修改

parent 8507e761
......@@ -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, params);
console.log(123654, this.queryParams);
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 = [];
// // 查询按钮的点击事件处理程序
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment