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
6ca23d20
Commit
6ca23d20
authored
Jul 26, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
63cbcbe9
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
78 additions
and
13 deletions
+78
-13
App.vue
src/App.vue
+1
-1
backbill-form.vue
src/components/sale/backbill-form.vue
+4
-1
backclass-form.vue
src/components/sale/backclass-form.vue
+11
-1
changebill-form.vue
src/components/sale/changebill-form.vue
+4
-1
ordertrans-form.vue
src/components/sale/ordertrans-form.vue
+6
-3
stopbill-form.vue
src/components/sale/stopbill-form.vue
+4
-1
temporaryClassbill-form.vue
src/components/sale/temporaryClassbill-form.vue
+4
-1
transferclass-form.vue
src/components/sale/transferclass-form.vue
+11
-1
changeClassForm.vue
src/components/teacher/changeClassForm.vue
+11
-1
provisionalInviteForm.vue
src/components/teacher/provisionalInviteForm.vue
+11
-1
stopLessonForm.vue
src/components/teacher/stopLessonForm.vue
+11
-1
No files found.
src/App.vue
View file @
6ca23d20
...
...
@@ -12,7 +12,7 @@ export default {
<
style
>
@import
url("~assets/css/font.css")
;
@import
url("//at.alicdn.com/t/font_2077629_
9tmhtn2zdwi
.css")
;
@import
url("//at.alicdn.com/t/font_2077629_
204ipdftgho
.css")
;
.q-scrollarea__thumb
{
z-index
:
999999
!important
;
}
...
...
src/components/sale/backbill-form.vue
View file @
6ca23d20
...
...
@@ -189,7 +189,8 @@
._addUpload_box
.icon-txt
,
._addUpload_box
.icon-wenjian
,
._addUpload_box
.icon-yasuobao
,
._addUpload_box
.icon-shipin
{
._addUpload_box
.icon-shipin
,
._addUpload_box
.icon-word
{
text-align
:
center
;
font-size
:
38px
;
color
:
green
;
...
...
@@ -407,6 +408,8 @@
? 'icon-pdf'
: item.suffix == 'TXT'
? 'icon-txt'
: item.suffix == 'DOCX' || item.suffix == 'DOC'
? 'icon-WORD'
: 'icon-excel'
"
></span>
...
...
src/components/sale/backclass-form.vue
View file @
6ca23d20
...
...
@@ -80,7 +80,8 @@
._addUpload_box
.icon-txt
,
._addUpload_box
.icon-wenjian
,
._addUpload_box
.icon-yasuobao
,
._addUpload_box
.icon-shipin
{
._addUpload_box
.icon-shipin
,
._addUpload_box
.icon-word
{
text-align
:
center
;
font-size
:
38px
;
color
:
green
;
...
...
@@ -220,6 +221,15 @@
file.Content.length
).toUpperCase() == 'TXT'
? 'icon-txt'
: file.Content.substring(
file.Content.lastIndexOf('.') + 1,
file.Content.length
).toUpperCase() == 'DOCX' ||
file.Content.substring(
file.Content.lastIndexOf('.') + 1,
file.Content.length
).toUpperCase() == 'DOC'
? 'icon-word'
: 'icon-excel'
"
@
click=
"showUpLoadFile(file)"
...
...
src/components/sale/changebill-form.vue
View file @
6ca23d20
...
...
@@ -160,7 +160,8 @@
._addUpload_box
.icon-txt
,
._addUpload_box
.icon-wenjian
,
._addUpload_box
.icon-yasuobao
,
._addUpload_box
.icon-shipin
{
._addUpload_box
.icon-shipin
,
._addUpload_box
.icon-word
{
text-align
:
center
;
font-size
:
38px
;
color
:
green
;
...
...
@@ -592,6 +593,8 @@
? 'icon-pdf'
: item.suffix == 'TXT'
? 'icon-txt'
: item.suffix == 'DOCX' || item.suffix == 'DOC'
? 'icon-word'
: 'icon-excel'
"
></span>
...
...
src/components/sale/ordertrans-form.vue
View file @
6ca23d20
...
...
@@ -160,7 +160,8 @@
._addUpload_box
.icon-txt
,
._addUpload_box
.icon-wenjian
,
._addUpload_box
.icon-yasuobao
,
._addUpload_box
.icon-shipin
{
._addUpload_box
.icon-shipin
,
._addUpload_box
.icon-word
{
text-align
:
center
;
font-size
:
38px
;
color
:
green
;
...
...
@@ -315,8 +316,10 @@
? 'icon-pdf'
: item.suffix == 'TXT'
? 'icon-txt'
: 'icon-excel'
"
: item.suffix == 'DOCX' || item.suffix == 'DOC'
? 'icon-word'
: 'icon-excel'
"
></span>
<span
v-if=
"item.type === 3"
...
...
src/components/sale/stopbill-form.vue
View file @
6ca23d20
...
...
@@ -190,7 +190,8 @@
._addUpload_box
.icon-txt
,
._addUpload_box
.icon-wenjian
,
._addUpload_box
.icon-yasuobao
,
._addUpload_box
.icon-shipin
{
._addUpload_box
.icon-shipin
,
._addUpload_box
.icon-word
{
text-align
:
center
;
font-size
:
38px
;
color
:
green
;
...
...
@@ -428,6 +429,8 @@
? 'icon-pdf'
: item.suffix == 'TXT'
? 'icon-txt'
: item.suffix == 'DOCX' || item.suffix == 'DOC'
? 'icon-word'
: 'icon-excel'
"
></span>
...
...
src/components/sale/temporaryClassbill-form.vue
View file @
6ca23d20
...
...
@@ -190,7 +190,8 @@
._addUpload_box
.icon-txt
,
._addUpload_box
.icon-wenjian
,
._addUpload_box
.icon-yasuobao
,
._addUpload_box
.icon-shipin
{
._addUpload_box
.icon-shipin
,
._addUpload_box
.icon-word
{
text-align
:
center
;
font-size
:
38px
;
color
:
green
;
...
...
@@ -388,6 +389,8 @@
? 'icon-pdf'
: item.suffix == 'TXT'
? 'icon-txt'
: item.suffix == 'DOCX' || item.suffix == 'DOC'
? 'icon-word'
: 'icon-excel'
"
></span>
...
...
src/components/sale/transferclass-form.vue
View file @
6ca23d20
...
...
@@ -164,7 +164,8 @@
._addUpload_box
.icon-txt
,
._addUpload_box
.icon-wenjian
,
._addUpload_box
.icon-yasuobao
,
._addUpload_box
.icon-shipin
{
._addUpload_box
.icon-shipin
,
._addUpload_box
.icon-word
{
text-align
:
center
;
font-size
:
38px
;
color
:
green
;
...
...
@@ -394,6 +395,15 @@
file.Content.length
).toUpperCase() == 'TXT'
? 'icon-txt'
: file.Content.substring(
file.Content.lastIndexOf('.') + 1,
file.Content.length
).toUpperCase() == 'DOCX' ||
file.Content.substring(
file.Content.lastIndexOf('.') + 1,
file.Content.length
).toUpperCase() == 'DOC'
? 'icon-word'
: 'icon-excel'
"
@
click=
"showUpLoadFile(file)"
...
...
src/components/teacher/changeClassForm.vue
View file @
6ca23d20
...
...
@@ -112,7 +112,8 @@
._addUpload_box
.icon-txt
,
._addUpload_box
.icon-wenjian
,
._addUpload_box
.icon-yasuobao
,
._addUpload_box
.icon-shipin
{
._addUpload_box
.icon-shipin
,
._addUpload_box
.icon-word
{
text-align
:
center
;
font-size
:
38px
;
color
:
green
;
...
...
@@ -935,6 +936,15 @@
file.Content.length
).toUpperCase() == 'TXT'
? 'icon-txt'
: file.Content.substring(
file.Content.lastIndexOf('.') + 1,
file.Content.length
).toUpperCase() == 'DOCX' ||
file.Content.substring(
file.Content.lastIndexOf('.') + 1,
file.Content.length
).toUpperCase() == 'DOC'
? 'icon-word'
: 'icon-excel'
"
@
click=
"showUpLoadFile(file)"
...
...
src/components/teacher/provisionalInviteForm.vue
View file @
6ca23d20
...
...
@@ -112,7 +112,8 @@
._addUpload_box
.icon-txt
,
._addUpload_box
.icon-wenjian
,
._addUpload_box
.icon-yasuobao
,
._addUpload_box
.icon-shipin
{
._addUpload_box
.icon-shipin
,
._addUpload_box
.icon-word
{
text-align
:
center
;
font-size
:
38px
;
color
:
green
;
...
...
@@ -325,6 +326,15 @@
file.Content.length
).toUpperCase() == 'TXT'
? 'icon-txt'
: file.Content.substring(
file.Content.lastIndexOf('.') + 1,
file.Content.length
).toUpperCase() == 'DOCX' ||
file.Content.substring(
file.Content.lastIndexOf('.') + 1,
file.Content.length
).toUpperCase() == 'DOC'
? 'icon-word'
: 'icon-excel'
"
@
click=
"showUpLoadFile(file)"
...
...
src/components/teacher/stopLessonForm.vue
View file @
6ca23d20
...
...
@@ -71,6 +71,15 @@
file.Content.length
).toUpperCase() == 'TXT'
? 'icon-txt'
: file.Content.substring(
file.Content.lastIndexOf('.') + 1,
file.Content.length
).toUpperCase() == 'DOCX' ||
file.Content.substring(
file.Content.lastIndexOf('.') + 1,
file.Content.length
).toUpperCase() == 'DOC'
? 'icon-word'
: 'icon-excel'
"
@
click=
"showUpLoadFile(file)"
...
...
@@ -427,7 +436,8 @@ export default {
._addUpload_box
.icon-txt
,
._addUpload_box
.icon-wenjian
,
._addUpload_box
.icon-yasuobao
,
._addUpload_box
.icon-shipin
{
._addUpload_box
.icon-shipin
,
._addUpload_box
.icon-word
{
text-align
:
center
;
font-size
:
38px
;
color
:
green
;
...
...
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