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
e3899215
Commit
e3899215
authored
Dec 29, 2018
by
chenfenglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
老师列表加手机号搜索
parent
94f15351
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
12 deletions
+11
-12
newDialog.vue
src/components/monthOrder/newDialog.vue
+4
-3
index.vue
src/components/userDetail/index.vue
+1
-8
wordbook.js
src/util/wordbook.js
+6
-1
No files found.
src/components/monthOrder/newDialog.vue
View file @
e3899215
...
...
@@ -66,9 +66,10 @@
<el-select
v-model=
"form.order_type"
placeholder=
"请选择"
>
<el-option
v-for=
"item in buyWayOptioms"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
:key=
"item.id"
:label=
"item.value"
:value=
"item.id"
:disabled=
"item.disabled"
>
</el-option>
</el-select>
</el-form-item>
...
...
src/components/userDetail/index.vue
View file @
e3899215
...
...
@@ -403,7 +403,7 @@
<
/template
>
<
script
>
import
{
getOrderListApi
,
getUserDetailApi
,
getPeriodsStatisticsApi
,
getRefundListApi
,
userLookApi
,
getUserDescListApi
,
addPeriodsClassUserDescApi
,
updateUserPrivilegeApi
}
from
"../../service/api"
;
import
{
getOrderListApi
,
getUserDetailApi
,
getPeriodsStatisticsApi
,
userLookApi
,
getUserDescListApi
,
addPeriodsClassUserDescApi
,
updateUserPrivilegeApi
}
from
"../../service/api"
;
import
page
from
'../framework/page'
import
page2
from
'../framework/page'
import
pageDesc
from
'../framework/page'
...
...
@@ -549,13 +549,6 @@
this
.
sourceDialog
.
show
=
true
;
this
.
sourceDialog
.
out_trade_no
=
data
.
out_trade_no
;
}
,
changeRow2
(
data
,
b
){
if
(
b
.
indexOf
(
data
)
>-
1
){
getRefundListApi
({
out_trade_no
:
data
.
out_trade_no
,
status
:
1
}
).
then
(
res
=>
{
data
.
refundList
=
res
.
list
}
)
}
}
,
changeRow
(
data
,
b
){
this
.
list
=
[];
if
(
b
.
indexOf
(
data
)
>-
1
){
...
...
src/util/wordbook.js
View file @
e3899215
...
...
@@ -67,12 +67,17 @@ export const BUYTYPEOPTION = [
export
const
BUYWay
=
[
{
id
:
1
,
value
:
'微信'
value
:
'微信'
,
disabled
:
true
},
{
id
:
2
,
value
:
'支付宝'
},
{
id
:
4
,
value
:
'京东'
},
{
id
:
3
,
value
:
'其他'
...
...
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