Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-risk-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-risk-admin
提交
8645b841
提交
8645b841
编写于
12月 14, 2020
作者:
huangwensu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式调整
上级
b0229d66
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
21 行增加
和
16 行删除
+21
-16
doctor-black.vue
src/views/black-list/doctor-black.vue
+4
-4
empty-phone.vue
src/views/black-list/empty-phone.vue
+4
-4
order-list.vue
src/views/order-list/order-list.vue
+6
-5
strategy-edit.vue
src/views/strategy-data/strategy-edit.vue
+7
-3
未找到文件。
src/views/black-list/doctor-black.vue
浏览文件 @
8645b841
...
...
@@ -2,12 +2,12 @@
<div
class=
"black-container"
>
<el-row
:gutter=
"30"
class=
"row search"
type=
"flex"
style=
"margin-bottom:0;"
>
<el-form
ref=
"form"
:model=
"searchParam"
label-suffix=
":"
style=
"width:100%;"
>
<el-col
:span=
"1
8
"
>
<el-col
:span=
"1
6
"
>
<el-form-item
label=
"名称"
>
<el-input
v-model=
"searchParam.searchName"
maxlength=
"20"
placeholder=
"请输入黑名单中的名称"
style=
"width:288px;"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
style=
"padding:0;text-align:right;padding-right:15px;"
>
<el-col
:span=
"
8
"
style=
"padding:0;text-align:right;padding-right:15px;"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"search(1)"
>
查询
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"importBatch"
>
批量导入
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"addBlackList"
>
新增黑名单
</el-button>
...
...
@@ -52,10 +52,10 @@
center
>
<el-form
ref=
"importForm"
:model=
"addParam"
label-suffix=
":"
label-width=
"80px"
>
<el-form-item
label=
"手机号"
required
>
<el-input
v-model=
"addParam.mobilePhone"
style=
"width:
300px;
"
></el-input>
<el-input
v-model=
"addParam.mobilePhone"
style=
"width:
70%
"
></el-input>
</el-form-item>
<el-form-item
label=
"添加理由"
>
<el-input
v-model=
"addParam.remark"
style=
"width:
300px;
"
></el-input>
<el-input
v-model=
"addParam.remark"
style=
"width:
70%
"
></el-input>
</el-form-item>
</el-form>
<span
slot=
"footer"
class=
"dialog-footer"
>
...
...
src/views/black-list/empty-phone.vue
浏览文件 @
8645b841
...
...
@@ -2,12 +2,12 @@
<div
class=
"empty-container"
>
<el-row
:gutter=
"30"
class=
"row search"
type=
"flex"
style=
"margin-bottom:0;"
>
<el-form
ref=
"form"
:model=
"searchParam"
label-suffix=
":"
style=
"width:100%;"
>
<el-col
:span=
"1
8
"
>
<el-col
:span=
"1
6
"
>
<el-form-item
label=
"手机号"
>
<el-input
v-model=
"searchParam.searchName"
maxlength=
"20"
placeholder=
"请输入手机号"
style=
"width:288px;"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
style=
"padding:0;text-align:right;padding-right:15px;"
>
<el-col
:span=
"
8
"
style=
"padding:0;text-align:right;padding-right:15px;"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"search(1)"
>
查询
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"importBatch"
>
批量导入
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"addBlackList"
>
新增假空号
</el-button>
...
...
@@ -52,10 +52,10 @@
center
>
<el-form
ref=
"importForm"
:model=
"addParam"
label-suffix=
":"
label-width=
"80px"
>
<el-form-item
label=
"手机号"
required
>
<el-input
v-model=
"addParam.mobilePhone"
style=
"width:
300px
;"
></el-input>
<el-input
v-model=
"addParam.mobilePhone"
style=
"width:
70%
;"
></el-input>
</el-form-item>
<el-form-item
label=
"添加理由"
>
<el-input
v-model=
"addParam.remark"
style=
"width:
300px
;"
></el-input>
<el-input
v-model=
"addParam.remark"
style=
"width:
70%
;"
></el-input>
</el-form-item>
</el-form>
<span
slot=
"footer"
class=
"dialog-footer"
>
...
...
src/views/order-list/order-list.vue
浏览文件 @
8645b841
...
...
@@ -7,20 +7,20 @@
<el-input
v-model=
"searchParam.searchName"
placeholder=
"请输入订单信息"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
5
"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"时间"
>
<el-date-picker
v-model=
"searchParam.date"
type=
"date"
placeholder=
"选择日期"
>
placeholder=
"选择日期"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"
11
"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"风险定级"
>
<el-select
v-model=
"searchParam.riskLevel"
size=
"small"
placeholder=
"请选择风险等级"
>
<el-option
v-for=
"item in riskSelectData"
...
...
@@ -50,7 +50,7 @@
<el-table-column
label=
"操作"
fixed=
"right"
align=
"center"
min-width=
"200"
>
<template
slot-scope=
"scope"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"reviewDetail(scope.row)"
>
查看详情
</el-button>
<el-button
:disabled=
"scope.row.orderTime
t
ype != 1"
type=
"primary"
size=
"small"
@
click=
"changeRisk(scope.row)"
>
变更风险等级
</el-button>
<el-button
:disabled=
"scope.row.orderTime
T
ype != 1"
type=
"primary"
size=
"small"
@
click=
"changeRisk(scope.row)"
>
变更风险等级
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -140,6 +140,7 @@ export default {
},
search
(
param
)
{
if
(
param
)
this
.
searchParam
.
pageNo
=
1
;
if
(
!
this
.
searchParam
.
date
)
this
.
searchParam
.
date
=
''
;
getData
(
this
,
"get"
,
`/riskcontrol/tradeOrder/list?searchName=
${
this
.
searchParam
.
searchName
}
&pageNo=
${
this
.
searchParam
.
pageNo
}
&pageSize=
${
this
.
searchParam
.
pageSize
}
&date=
${
this
.
searchParam
.
date
}
&riskLevel=
${
this
.
searchParam
.
riskLevel
}
`
,
{},
data
=>
{
...
...
src/views/strategy-data/strategy-edit.vue
浏览文件 @
8645b841
...
...
@@ -2,7 +2,7 @@
<div
class=
"startegy-edit-container"
>
<el-row
:gutter=
"30"
class=
"row edit"
type=
"flex"
style=
"margin-bottom:0;"
>
<el-form
ref=
"form"
:model=
"searchParam"
label-suffix=
":"
style=
"width:100%;"
>
<el-col
:span=
"2
0
"
>
<el-col
:span=
"2
4
"
>
<el-form-item
label=
"策略名称"
required
>
<el-input
v-model=
"searchParam.name"
maxlength=
"20"
placeholder=
"请输入策略名称"
style=
"width:30%;"
></el-input>
</el-form-item>
...
...
@@ -251,9 +251,13 @@ export default {
display: inline-block;
padding-left: 20px;
}
.param-input
, .score-input
{
.param-input {
display: inline-block;
width: 200px;
width: 60%;
}
.score-input {
display: inline-block;
width: 20%;
}
}
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录