Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
7cf58a64
Commit
7cf58a64
authored
Sep 18, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销售2部,销售3部 增加看课权限设置
parent
0d4d6ad7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
role.vue
src/components/system/role.vue
+4
-4
No files found.
src/components/system/role.vue
View file @
7cf58a64
...
...
@@ -57,7 +57,7 @@
<!--class user teacher-->
<el-checkbox
v-model=
"data.editWatch"
v-if=
"data.cover ==='2-3' || data.cover=== '3-1' || data.cover=== '3-2'"
>
修改看课权限
</el-checkbox>
v-if=
"data.cover ==='2-3' || data.cover=== '3-1' || data.cover=== '3-2'
|| data.cover=== '3-6' || data.cover=== '3-7'
"
>
修改看课权限
</el-checkbox>
<el-checkbox
v-model=
"data.refund"
v-if=
"data.cover ==='2-3' || data.cover=== '3-1' || data.cover=== '3-2' || data.cover=== '3-6' || data.cover=== '3-7' "
>
添加观摩班用户
</el-checkbox>
...
...
@@ -170,7 +170,7 @@
j
.
classManage
=
false
;
j
.
classTakeUnlimited
=
false
;
}
if
(
j
.
cover
===
"2-3"
||
j
.
cover
===
"3-1"
||
j
.
cover
===
'3-2'
)
{
if
(
j
.
cover
===
"2-3"
||
j
.
cover
===
"3-1"
||
j
.
cover
===
'3-2'
||
j
.
cover
===
'3-6'
||
j
.
cover
===
'3-7'
)
{
j
.
editWatch
=
false
;
}
if
(
j
.
cover
===
"2-3"
)
j
.
exportFinish
=
false
;
...
...
@@ -224,7 +224,7 @@
j
.
classManage
=
false
;
j
.
classTakeUnlimited
=
false
;
}
if
(
j
.
cover
===
"2-3"
||
j
.
cover
===
"3-1"
||
j
.
cover
===
'3-2'
)
{
if
(
j
.
cover
===
"2-3"
||
j
.
cover
===
"3-1"
||
j
.
cover
===
'3-2'
||
j
.
cover
===
'3-6'
||
j
.
cover
===
'3-7'
)
{
j
.
editWatch
=
false
;
}
if
(
j
.
cover
===
"2-3"
)
j
.
exportFinish
=
false
;
...
...
@@ -259,7 +259,7 @@
x
.
classManageUnlimited
=
!!
i
.
classManageUnlimited
;
x
.
classTakeUnlimited
=
!!
i
.
classTakeUnlimited
;
}
if
(
i
.
cover
===
"2-3"
||
i
.
cover
===
"3-1"
||
i
.
cover
===
'3-2'
)
{
if
(
i
.
cover
===
"2-3"
||
i
.
cover
===
"3-1"
||
i
.
cover
===
'3-2'
||
i
.
cover
===
'3-6'
||
i
.
cover
===
'3-7'
)
{
x
.
editWatch
=
!!
i
.
editWatch
;
}
if
(
i
.
cover
===
"6-3"
||
i
.
cover
===
"5-3"
||
i
.
cover
===
"5-9"
||
i
.
cover
===
"6-4"
)
{
...
...
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