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
f8fa4df4
Commit
f8fa4df4
authored
Aug 10, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整相关推送功能
parent
9e9ab35e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
App.vue
src/App.vue
+9
-0
noticeSysSet.vue
src/pages/system/noticeSysSet.vue
+1
-1
changeClassManager.vue
src/pages/teacher/changeClassManager.vue
+8
-1
No files found.
src/App.vue
View file @
f8fa4df4
...
...
@@ -7,6 +7,15 @@
<
script
>
export
default
{
name
:
"App"
,
mounted
()
{
if
((
navigator
.
userAgent
.
match
(
/
(
phone|pad|pod|iPhone|iPod|ios|iPad|Android|wOSBrowser|BrowserNG|WebOS
)
/i
)))
{
//alert("shouji");
}
else
{
//alert("diannao");
document
.
write
(
'<link href="font.css" rel="stylesheet" type="text/css" media="screen" />'
);
}
},
};
</
script
>
...
...
src/pages/system/noticeSysSet.vue
View file @
f8fa4df4
...
...
@@ -69,7 +69,7 @@
<span
class=
"text-dark text-weight-medium"
>
{{x.Mask}}
</span>
</q-field>
<dictSelectEmp
@
blur=
"changeFinishModel"
v-if=
"x.DictKey=='Notice_BaseKey' && x.EditorStatus"
:dict=
"x"
:multiple=
"false"
></dictSelectEmp>
<dictSelectEmp
@
blur=
"changeFinishModel"
v-if=
"(x.DictKey=='Push_Absence'||x.DictKey=='Push_Arrears'||x.DictKey=='Push_EndClass') && x.EditorStatus"
:dict=
"x"
:multiple=
"true"
></dictSelectEmp>
<dictSelectEmp
@
blur=
"changeFinishModel"
v-if=
"(x.DictKey=='Push_Absence'||x.DictKey=='Push_Arrears'||x.DictKey=='Push_EndClass'
||x.DictKey=='Push_NewOrder'||x.DictKey=='Push_TeachPreparing'||x.DictKey=='Push_ClassEnd'
) && x.EditorStatus"
:dict=
"x"
:multiple=
"true"
></dictSelectEmp>
<q-input
@
blur=
"changeModel(x)"
:rules=
"[val => !!val|| '请填写字典值']"
filled
v-else-if=
"x.EditorStatus"
borderless
:label=
"x.Name"
v-model=
"x.Content"
></q-input>
</div>
</div>
...
...
src/pages/teacher/changeClassManager.vue
View file @
f8fa4df4
...
...
@@ -269,7 +269,14 @@
isShowTemporaryClass
:
false
,
//是否显示临时上课邀请订单详情
};
},
created
()
{},
created
()
{
if
(
this
.
$route
.
query
.
tab
){
this
.
tabCheck
=
this
.
$route
.
query
.
tab
}
if
(
this
.
$route
.
query
.
id
){
this
.
msg
.
Id
=
this
.
$route
.
query
.
id
}
},
mounted
()
{
this
.
currentUrl
=
this
.
$route
.
path
;
this
.
getEducationType
();
...
...
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