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
3ad18164
Commit
3ad18164
authored
Jan 11, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yem xiug
parent
8c2b3711
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
12 deletions
+12
-12
course-form.vue
src/components/course/course-form.vue
+1
-1
teachupload-form.vue
src/components/course/teachupload-form.vue
+1
-1
assistant-form.vue
src/components/school/assistant/assistant-form.vue
+1
-1
employee-info.vue
src/components/school/manager/employee-info.vue
+2
-2
employee-set.vue
src/components/school/manager/employee-set.vue
+2
-2
manager-form.vue
src/components/school/manager/manager-form.vue
+1
-1
student-form.vue
src/components/school/student/student-form.vue
+1
-1
teacher-form.vue
src/components/school/teacher/teacher-form.vue
+2
-2
document.vue
src/pages/administration/document.vue
+1
-1
No files found.
src/components/course/course-form.vue
View file @
3ad18164
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<div
class=
"row wrap"
>
<div
class=
"row wrap"
>
<div
class=
"col-6 q-pb-lg"
>
<div
class=
"col-6 q-pb-lg"
>
<q-uploader
:style=
"
{backgroundImage:'url(' + objOption.CoverImg + ')'}" flat hide-upload-btn max-files="1"
<q-uploader
:style=
"
{backgroundImage:'url(' + objOption.CoverImg + ')'}" flat hide-upload-btn max-files="1"
label="课程封面"
:max-file-size="512*1024"
accept=".jpg, image/*" :factory="uploadFile" auto-upload>
label="课程封面" accept=".jpg, image/*" :factory="uploadFile" auto-upload>
</q-uploader>
</q-uploader>
</div>
</div>
<div
class=
"col-6 q-pr-lg q-pb-lg"
>
<div
class=
"col-6 q-pr-lg q-pb-lg"
>
...
...
src/components/course/teachupload-form.vue
View file @
3ad18164
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<div
class=
"text-caption q-mb-lg q-px-md text-grey-6"
>
教案信息
</div>
<div
class=
"text-caption q-mb-lg q-px-md text-grey-6"
>
教案信息
</div>
<div
class=
"row wrap"
>
<div
class=
"row wrap"
>
<q-uploader
style=
"display: inline-block;max-height: 320px;max-width: 100%; background-repeat:no-repeat"
<q-uploader
style=
"display: inline-block;max-height: 320px;max-width: 100%; background-repeat:no-repeat"
max-files=
"1"
hide-upload-btn
label=
"教案"
:max-file-size=
"10*1024*1024"
max-files=
"1"
hide-upload-btn
label=
"教案"
accept=
".doc,.docx,.ppt,.pptx,.xls,.xlsx,.pdf"
auto-upload
:factory=
"uploadFile"
no-thumbnails
>
accept=
".doc,.docx,.ppt,.pptx,.xls,.xlsx,.pdf"
auto-upload
:factory=
"uploadFile"
no-thumbnails
>
</q-uploader>
</q-uploader>
</div>
</div>
...
...
src/components/school/assistant/assistant-form.vue
View file @
3ad18164
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<div
class=
"col-6 q-pb-lg"
>
<div
class=
"col-6 q-pb-lg"
>
<q-uploader
style=
"display: inline-block;max-height: 320px;max-width: 100%; background-repeat:no-repeat"
<q-uploader
style=
"display: inline-block;max-height: 320px;max-width: 100%; background-repeat:no-repeat"
:style=
"
{'background-image':'url(' + objOption.AssistIcon + ')'}" max-files="1" hide-upload-btn
:style=
"
{'background-image':'url(' + objOption.AssistIcon + ')'}" max-files="1" hide-upload-btn
@rejected="onRejected" label="助教头像"
:max-file-size="512*1024"
accept=".jpg, image/*" auto-upload
@rejected="onRejected" label="助教头像"
accept=".jpg, image/*" auto-upload
:factory="uploadFile" no-thumbnails>
:factory="uploadFile" no-thumbnails>
</q-uploader>
</q-uploader>
</div>
</div>
...
...
src/components/school/manager/employee-info.vue
View file @
3ad18164
...
@@ -128,8 +128,8 @@
...
@@ -128,8 +128,8 @@
<q-banner
v-if=
"isShowDepPop"
>
<q-banner
v-if=
"isShowDepPop"
>
<div
style=
"width:300px;padding-bottom:20px;"
>
<div
style=
"width:300px;padding-bottom:20px;"
>
<div
style=
"margin:10px 0 15px 0;"
>
调部门
</div>
<div
style=
"margin:10px 0 15px 0;"
>
调部门
</div>
<q-radio
v-model=
"deptObj.schoolType"
:val=
"0"
label=
"本校区"
/>
<q-radio
v-model=
"deptObj.schoolType"
@
input=
"getDepartList()"
:val=
"0"
label=
"本校区"
/>
<q-radio
v-model=
"deptObj.schoolType"
:val=
"1"
label=
"其他校区"
/>
<q-radio
v-model=
"deptObj.schoolType"
@
input=
"getDepartList()"
:val=
"1"
label=
"其他校区"
/>
<br
/>
<br
/>
<template
v-if=
"deptObj.schoolType==1"
>
<template
v-if=
"deptObj.schoolType==1"
>
<q-select
filled
stack-label
@
input=
"getDepartList()"
option-value=
"SId"
option-label=
"SName"
<q-select
filled
stack-label
@
input=
"getDepartList()"
option-value=
"SId"
option-label=
"SName"
...
...
src/components/school/manager/employee-set.vue
View file @
3ad18164
...
@@ -112,8 +112,8 @@
...
@@ -112,8 +112,8 @@
</div>
</div>
<div
class=
"row"
style=
"margin-top:20px;"
>
<div
class=
"row"
style=
"margin-top:20px;"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<q-radio
v-model=
"deptObj.schoolType"
:val=
"0"
label=
"本校区"
/>
<q-radio
v-model=
"deptObj.schoolType"
@
input=
"getDepartList()"
:val=
"0"
label=
"本校区"
/>
<q-radio
v-model=
"deptObj.schoolType"
:val=
"1"
label=
"其他校区"
/>
<q-radio
v-model=
"deptObj.schoolType"
@
input=
"getDepartList()"
:val=
"1"
label=
"其他校区"
/>
</div>
</div>
</div>
</div>
<div
class=
"row"
style=
"margin-top:20px;"
v-if=
"deptObj.schoolType==1"
>
<div
class=
"row"
style=
"margin-top:20px;"
v-if=
"deptObj.schoolType==1"
>
...
...
src/components/school/manager/manager-form.vue
View file @
3ad18164
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<div
class=
"col-6 q-pb-lg"
style=
"margin-top:20px;"
>
<div
class=
"col-6 q-pb-lg"
style=
"margin-top:20px;"
>
<q-uploader
style=
"display: inline-block;max-height: 320px;max-width: 100%; background-repeat:no-repeat"
<q-uploader
style=
"display: inline-block;max-height: 320px;max-width: 100%; background-repeat:no-repeat"
:style=
"{'background-image':'url(' + objOption.UserIcon + ')'}"
max-files=
"1"
hide-upload-btn
:style=
"{'background-image':'url(' + objOption.UserIcon + ')'}"
max-files=
"1"
hide-upload-btn
@
rejected=
"onRejected"
label=
"头像"
:max-file-size=
"10240*1024"
accept=
".jpg, image/*"
auto-upload
@
rejected=
"onRejected"
label=
"头像"
accept=
".jpg, image/*"
auto-upload
:factory=
"uploadFile"
no-thumbnails
>
:factory=
"uploadFile"
no-thumbnails
>
</q-uploader>
</q-uploader>
</div>
</div>
...
...
src/components/school/student/student-form.vue
View file @
3ad18164
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<div
class=
"col-6 q-pb-lg"
>
<div
class=
"col-6 q-pb-lg"
>
<q-uploader
style=
"display: inline-block;max-height: 320px;max-width: 100%; background-repeat:no-repeat"
<q-uploader
style=
"display: inline-block;max-height: 320px;max-width: 100%; background-repeat:no-repeat"
:style=
"
{'background-image':'url(' + objOption.StuIcon + ')'}" max-files="1" hide-upload-btn
:style=
"
{'background-image':'url(' + objOption.StuIcon + ')'}" max-files="1" hide-upload-btn
@rejected="onRejected" label="学员头像"
:max-file-size="512*1024"
accept=".jpg, image/*" auto-upload
@rejected="onRejected" label="学员头像" accept=".jpg, image/*" auto-upload
:factory="uploadFile" no-thumbnails>
:factory="uploadFile" no-thumbnails>
</q-uploader>
</q-uploader>
</div>
</div>
...
...
src/components/school/teacher/teacher-form.vue
View file @
3ad18164
...
@@ -31,14 +31,14 @@
...
@@ -31,14 +31,14 @@
<div
class=
"col-6 q-pr-lg q-pb-lg"
>
<div
class=
"col-6 q-pr-lg q-pb-lg"
>
<q-uploader
style=
"display: inline-block;height: 320px;max-width: 100%; background-repeat:no-repeat"
<q-uploader
style=
"display: inline-block;height: 320px;max-width: 100%; background-repeat:no-repeat"
:style=
"
{'background-image':'url(' + objOption.TeacherHead + ')'}" max-files="1" hide-upload-btn
:style=
"
{'background-image':'url(' + objOption.TeacherHead + ')'}" max-files="1" hide-upload-btn
@rejected="onRejected" label="教师头像"
:max-file-size="512*1024"
accept=".jpg, image/*" auto-upload
@rejected="onRejected" label="教师头像" accept=".jpg, image/*" auto-upload
:factory="uploadFile" no-thumbnails @added="getType(1)">
:factory="uploadFile" no-thumbnails @added="getType(1)">
</q-uploader>
</q-uploader>
</div>
</div>
<div
class=
"col-6 q-pb-lg"
>
<div
class=
"col-6 q-pb-lg"
>
<q-uploader
style=
"display: inline-block;height:320px; max-width: 100%;background-repeat:no-repeat"
<q-uploader
style=
"display: inline-block;height:320px; max-width: 100%;background-repeat:no-repeat"
:style=
"
{'background-image':'url(' + objOption.TeacherIcon + ')'}" max-files="1" hide-upload-btn
:style=
"
{'background-image':'url(' + objOption.TeacherIcon + ')'}" max-files="1" hide-upload-btn
@rejected="onRejected" label="教师形象照"
:max-file-size="512*1024"
accept=".jpg, image/*" auto-upload
@rejected="onRejected" label="教师形象照" accept=".jpg, image/*" auto-upload
:factory="uploadFile" no-thumbnails @added="getType(2)">
:factory="uploadFile" no-thumbnails @added="getType(2)">
</q-uploader>
</q-uploader>
</div>
</div>
...
...
src/pages/administration/document.vue
View file @
3ad18164
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<div
class=
"col-2 q-pr-lg q-pb-lg"
>
<div
class=
"col-2 q-pr-lg q-pb-lg"
>
<q-uploader
style=
"display: inline-block;max-height: 320px;max-width: 100%; background-repeat:no-repeat"
<q-uploader
style=
"display: inline-block;max-height: 320px;max-width: 100%; background-repeat:no-repeat"
:style=
"
{'background-image':'url(' + NoticeBaseInfo.Image + ')'}" max-files="1" hide-upload-btn
:style=
"
{'background-image':'url(' + NoticeBaseInfo.Image + ')'}" max-files="1" hide-upload-btn
@rejected="onRejected" label="公文抬头图片"
:max-file-size="512*1024"
accept=".jpg, image/*" auto-upload
@rejected="onRejected" label="公文抬头图片" accept=".jpg, image/*" auto-upload
:factory="uploadFile" no-thumbnails>
:factory="uploadFile" no-thumbnails>
</q-uploader>
</q-uploader>
</div>
</div>
...
...
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