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
提交
6d0bfcf7
提交
6d0bfcf7
编写于
12月 10, 2020
作者:
huangwensu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
联调修改
上级
2b40edcb
变更
3
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
22 行增加
和
4 行删除
+22
-4
doctor-black.vue
src/views/black-list/doctor-black.vue
+10
-1
empty-phone.vue
src/views/black-list/empty-phone.vue
+10
-1
strategy-edit.vue
src/views/strategy-data/strategy-edit.vue
+2
-2
未找到文件。
src/views/black-list/doctor-black.vue
浏览文件 @
6d0bfcf7
...
...
@@ -19,7 +19,11 @@
:data=
"tableData"
style=
"width: 100%"
>
<el-table-column
prop=
"mobilePhone"
label=
"手机号"
min-width=
"140"
align=
"center"
></el-table-column>
<el-table-column
prop=
"createTimestamp"
label=
"添加时间"
min-width=
"140"
align=
"center"
></el-table-column>
<el-table-column
prop=
"createTimestamp"
label=
"添加时间"
min-width=
"140"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createTimestamp
|
timeFilter
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"remark"
label=
"添加理由"
min-width=
"150"
align=
"center"
></el-table-column>
<el-table-column
label=
"操作"
fixed=
"right"
align=
"center"
min-width=
"200"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -124,6 +128,11 @@ export default {
base64Str
:
''
}
},
filters
:
{
timeFilter
:
function
timeFilter
(
val
)
{
return
new
Date
(
val
).
format
(
"yyyy-MM-dd"
)
}
},
mounted
()
{
// 1 黑名单 2 空号
this
.
search
();
...
...
src/views/black-list/empty-phone.vue
浏览文件 @
6d0bfcf7
...
...
@@ -19,7 +19,11 @@
:data=
"tableData"
style=
"width: 100%"
>
<el-table-column
prop=
"mobilePhone"
label=
"手机号"
min-width=
"140"
align=
"center"
></el-table-column>
<el-table-column
prop=
"createTimestamp"
label=
"添加时间"
min-width=
"140"
align=
"center"
></el-table-column>
<el-table-column
prop=
"createTimestamp"
label=
"添加时间"
min-width=
"140"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createTimestamp
|
timeFilter
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"remark"
label=
"添加理由"
min-width=
"150"
align=
"center"
></el-table-column>
<el-table-column
label=
"操作"
fixed=
"right"
align=
"center"
min-width=
"200"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -123,6 +127,11 @@ export default {
importFileName
:
''
}
},
filters
:
{
timeFilter
:
function
timeFilter
(
val
)
{
return
new
Date
(
val
).
format
(
"yyyy-MM-dd"
)
}
},
mounted
()
{
this
.
search
();
},
...
...
src/views/strategy-data/strategy-edit.vue
浏览文件 @
6d0bfcf7
...
...
@@ -182,11 +182,11 @@ export default {
})
}
this
.
searchParam
.
versionParamList
.
push
({
param
:
arr
.
join
(
","
),
param
s
:
arr
.
join
(
","
),
score
:
this
.
versionArray
[
i
].
score
})
}
if
(
this
.
strategyId
)
this
.
searchParam
.
id
=
this
.
strategyId
if
(
this
.
strategyId
)
this
.
searchParam
.
id
=
this
.
strategyId
;
let
req
=
this
.
searchParam
;
this
.
getData
(
"post"
,
`/riskcontrol/strategy/save`
,
req
,
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录