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
8f6a28e9
Commit
8f6a28e9
authored
Dec 21, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ec23b796
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
japaneseTrain.vue
src/pages/sale/japaneseTrain.vue
+3
-8
No files found.
src/pages/sale/japaneseTrain.vue
View file @
8f6a28e9
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
</q-pagination>
</q-pagination>
</li>
</li>
</ul>
</ul>
<div
v-else
style=
"width: 100%;color: #999999;text-align: center;font-size: 20px"
>
暂无数据
</div>
</div>
</div>
<q-dialog
v-model=
"dialog"
maximized
full-height
seamless
position=
"right"
>
<q-dialog
v-model=
"dialog"
maximized
full-height
seamless
position=
"right"
>
<q-card
style=
"margin-top:61px;width:500px"
class=
"no-border-radius classinfo_Dialog"
>
<q-card
style=
"margin-top:61px;width:500px"
class=
"no-border-radius classinfo_Dialog"
>
...
@@ -200,9 +200,6 @@
...
@@ -200,9 +200,6 @@
</div>
</div>
</q-dialog>
</q-dialog>
</div>
</div>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
...
@@ -261,10 +258,6 @@
...
@@ -261,10 +258,6 @@
}
}
},
},
created
()
{
created
()
{
// let nowDay = new Date().toLocaleDateString();
// for(let i=0;i
<
2
;
i
++
){
// this.dateList.push(nowDay)
// }
this
.
getSchool
();
this
.
getSchool
();
this
.
getOrderSEList
()
this
.
getOrderSEList
()
...
@@ -272,6 +265,8 @@
...
@@ -272,6 +265,8 @@
this
.
GetTeacherList
();
this
.
GetTeacherList
();
},
},
mounted
()
{
mounted
()
{
let
nowDay
=
new
Date
();
this
.
dateList
=
[
nowDay
,
nowDay
]
this
.
getList
();
this
.
getList
();
},
},
...
...
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