Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
qa-platform-ui
Commits
f1851190
Commit
f1851190
authored
Jul 27, 2020
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
e050667c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
11 deletions
+21
-11
Home.vue
src/views/Home.vue
+1
-6
Index.vue
src/views/Index/Index.vue
+6
-1
GenNewLoanData.vue
src/views/ProcessData/GenNewLoanData.vue
+14
-4
No files found.
src/views/Home.vue
View file @
f1851190
...
...
@@ -67,12 +67,7 @@ export default {
data
()
{
return
{
activePath
:
''
,
selectNamespace
:
''
,
// namespace
nsOptions
:
[
{
label
:
'
qa
'
,
value
:
'
qa
'
},
{
label
:
'
qa2
'
,
value
:
'
qa2
'
}
]
selectNamespace
:
''
}
},
methods
:
{
...
...
src/views/Index/Index.vue
View file @
f1851190
...
...
@@ -26,8 +26,13 @@ export default {
return
{
namespace
:
''
,
nsOptions
:
[
{
label
:
'
pre
'
,
value
:
'
pre
'
},
{
label
:
'
qa
'
,
value
:
'
qa
'
},
{
label
:
'
test1
'
,
value
:
'
test1
'
}
{
label
:
'
qa2
'
,
value
:
'
qa2
'
},
{
label
:
'
qa3
'
,
value
:
'
qa3
'
},
{
label
:
'
test1
'
,
value
:
'
test1
'
},
{
label
:
'
xjfq
'
,
value
:
'
xjfq
'
},
{
label
:
'
xyqb
'
,
value
:
'
xyqb
'
}
]
}
},
...
...
src/views/ProcessData/GenNewLoanData.vue
View file @
f1851190
...
...
@@ -32,6 +32,8 @@
<el-input
v-model=
"genDataBody.fundID"
clearable
placeholder=
"资方id"
style=
"width: 200px;"
></el-input>
</div>
<div>
手机号:
<el-input
v-model=
"genDataBody.phoneNo"
clearable
placeholder=
"手机号"
style=
"width: 200px;"
></el-input>
期数:
<el-input
v-model=
"genDataBody.termNo"
clearable
placeholder=
"期数"
style=
"width: 200px"
></el-input>
金额:
<el-input
v-model=
"genDataBody.amount"
clearable
placeholder=
"金额"
style=
"width: 200px"
></el-input>
...
...
@@ -53,9 +55,11 @@
<el-table-column
type=
"phoneNo"
label=
"phone_no"
width=
"100px"
></el-table-column>
<el-table-column
prop=
"userId"
label=
"user_id"
width=
"100px"
></el-table-column>
<el-table-column
prop=
"uuid"
label=
"uuid"
width=
"250px"
></el-table-column>
<el-table-column
prop=
"riskStatus"
label=
"授信状态"
width=
"100px"
></el-table-column>
<el-table-column
prop=
"channel"
label=
"注册渠道"
width=
"100px"
></el-table-column>
<el-table-column
prop=
"fundId"
label=
"资方"
width=
"100px"
></el-table-column>
<el-table-column
prop=
"3"
label=
"资方"
width=
"100px"
></el-table-column>
<el-table-column
prop=
"riskStatus"
label=
"授信状态"
width=
"100px"
></el-table-column>
<el-table-column
prop=
"loanStatus"
label=
"放款状态"
width=
"100px"
></el-table-column>
<el-table-column
prop=
"loanID"
label=
"放款ID"
width=
"100px"
></el-table-column>
<el-table-column
prop=
"createdAt"
label=
"创建时间"
></el-table-column>
</el-table>
</div>
...
...
@@ -101,7 +105,10 @@ export default {
this
.
typeOptions
=
response
[
'
data
'
][
'
data
'
][
'
typeList
'
]
this
.
channelList
=
response
[
'
data
'
][
'
data
'
][
'
channelCodeList
'
]
})
.
catch
((
error
)
=>
console
.
log
(
error
))
.
catch
((
error
)
=>
{
console
.
log
(
error
)
return
this
.
$$message
.
error
(
'
获取类型和渠道失败!
'
)
})
},
// 渠道变化
// selectChannelChange() {
...
...
@@ -117,7 +124,10 @@ export default {
.
then
((
response
)
=>
{
console
.
log
(
response
)
})
.
catch
((
error
)
=>
console
.
log
(
error
))
.
catch
((
error
)
=>
{
console
.
log
(
error
)
return
this
.
$message
.
error
(
'
数据生成失败!
'
)
})
}
},
mounted
()
{
...
...
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