Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
80effcb5
Commit
80effcb5
authored
Mar 02, 2021
by
罗承锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改按钮配置错误问题
parent
da72affe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
src/views/school-center/schoolmanager/schoolmanagement.vue
+5
-4
No files found.
src/views/school-center/schoolmanager/schoolmanagement.vue
View file @
80effcb5
...
@@ -312,8 +312,8 @@
...
@@ -312,8 +312,8 @@
]
]
},{
},{
title
:
'优惠购机'
,
title
:
'优惠购机'
,
value
:
'yhgj'
,
value
:
'
isShow
yhgj'
,
key
:
'yhgj'
,
key
:
'
isShow
yhgj'
,
}
}
],
],
},
},
...
@@ -653,8 +653,8 @@
...
@@ -653,8 +653,8 @@
if
(
data
.
jiltKdy
==
1
)
{
if
(
data
.
jiltKdy
==
1
)
{
buttons
.
push
({
label
:
"是否甩单"
,
value
:
"jiltKdy"
});
buttons
.
push
({
label
:
"是否甩单"
,
value
:
"jiltKdy"
});
}
}
if
(
data
.
yhgj
==
1
)
{
if
(
data
.
isShow
yhgj
==
1
)
{
buttons
.
push
({
label
:
"优惠购机"
,
value
:
"yhgj"
});
buttons
.
push
({
label
:
"优惠购机"
,
value
:
"
isShow
yhgj"
});
}
}
if
(
data
.
udBtn
==
1
)
{
if
(
data
.
udBtn
==
1
)
{
buttons
.
push
({
label
:
"线上线下"
,
value
:
"udBtn"
});
buttons
.
push
({
label
:
"线上线下"
,
value
:
"udBtn"
});
...
@@ -719,6 +719,7 @@
...
@@ -719,6 +719,7 @@
this
.
modifyForm
.
jiltKd
=
(
this
.
modifyForm
.
buttons
.
indexOf
(
"jiltKd"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
jiltKd
=
(
this
.
modifyForm
.
buttons
.
indexOf
(
"jiltKd"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
kdyBtn
=
(
this
.
modifyForm
.
buttons
.
indexOf
(
"kdyBtn"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
kdyBtn
=
(
this
.
modifyForm
.
buttons
.
indexOf
(
"kdyBtn"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
jiltKdy
=
(
this
.
modifyForm
.
buttons
.
indexOf
(
"jiltKdy"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
jiltKdy
=
(
this
.
modifyForm
.
buttons
.
indexOf
(
"jiltKdy"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
status
=
(
this
.
modifyForm
.
buttons
.
indexOf
(
"status"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
isShowyhgj
=
(
this
.
modifyForm
.
buttons
.
indexOf
(
"isShowyhgj"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
isShowyhgj
=
(
this
.
modifyForm
.
buttons
.
indexOf
(
"isShowyhgj"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
udBtn
=
(
this
.
modifyForm
.
buttons
.
indexOf
(
"udBtn"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
udBtn
=
(
this
.
modifyForm
.
buttons
.
indexOf
(
"udBtn"
)
>
-
1
)
?
1
:
0
;
...
...
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