Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
x-training-admin
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
x-training-admin
Commits
87296d54
提交
87296d54
authored
2月 08, 2021
作者:
wangyizheng
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
美化页面
上级
2a5300a3
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
21 行增加
和
17 行删除
+21
-17
index.vue
src/pages/v2/characteristics/index.vue
+11
-9
update.vue
src/pages/v2/characteristics/update.vue
+2
-0
index.vue
src/pages/v2/reachschemes/index.vue
+2
-2
update.vue
src/pages/v2/reachschemes/update.vue
+2
-2
index.vue
src/pages/v2/useruseconfigs/index.vue
+2
-2
update.vue
src/pages/v2/useruseconfigs/update.vue
+2
-2
没有找到文件。
src/pages/v2/characteristics/index.vue
浏览文件 @
87296d54
...
@@ -184,21 +184,22 @@
...
@@ -184,21 +184,22 @@
<el-form-item>
<el-form-item>
<el-divider
content-position=
"left"
>
特征选项配置
</el-divider>
<el-divider
content-position=
"left"
>
特征选项配置
</el-divider>
</el-form-item>
</el-form-item>
<div
v-for=
"(option, optionIndex) in addForm.options"
:key=
"'options-' + optionIndex"
style=
"margin-top: 3%"
>
<div
v-for=
"(option, optionIndex) in addForm.options"
:key=
"'options-' + optionIndex"
style=
"margin-top: 2%"
>
<div
style=
"margin-left: 15%"
>
<el-card
style=
"margin-left: 2%; margin-right: 2%"
>
<div
style=
"margin-left: 5%"
>
<i
class=
"el-icon-circle-plus-outline"
@
click=
"addOptions(optionIndex)"
>
添加
</i>
<i
class=
"el-icon-circle-plus-outline"
@
click=
"addOptions(optionIndex)"
>
添加
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeOptions(optionIndex)"
>
删除
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeOptions(optionIndex)"
>
删除
</i>
</div>
</div>
<div
style=
"margin-left: 15
%"
>
<div
style=
"margin-left: 5%; margin-top: 2
%"
>
<span>
<span>
<strong>
选项名称:
</strong>
<strong>
选项名称:
</strong>
<el-input
size=
"mini"
v-model=
"option.name"
placeholder=
"请输入选项名称"
style=
"width: 50%"
></el-input>
<el-input
size=
"mini"
v-model=
"option.name"
placeholder=
"请输入选项名称"
style=
"width: 50%"
></el-input>
</span>
</span>
</div>
</div>
<div
style=
"margin-left: 15
%"
>
<div
style=
"margin-left: 5%; margin-top: 2
%"
>
<span><strong>
选项配置:
</strong></span>
<span><strong>
选项配置:
</strong></span>
</div>
</div>
<div
style=
"margin-left: 15%; margin-top: 2
%"
v-for=
"(childOption, childOptionIndex) in option.options"
:key=
"'childOption-' + childOptionIndex"
>
<div
style=
"margin-left: 5%; margin-top: 2%; margin-right: 5
%"
v-for=
"(childOption, childOptionIndex) in option.options"
:key=
"'childOption-' + childOptionIndex"
>
<el-card
class=
"box-card"
>
<el-card
class=
"box-card"
>
<div>
<div>
<span>
<span>
...
@@ -227,14 +228,15 @@
...
@@ -227,14 +228,15 @@
</div>
</div>
</el-card>
</el-card>
</div>
</div>
</el-card>
</div>
</div>
<el-form-item>
<el-form-item>
<el-divider
content-position=
"left"
>
择算分规则配置
</el-divider>
<el-divider
content-position=
"left"
>
择算分规则配置
</el-divider>
</el-form-item>
</el-form-item>
<div
v-for=
"(rule, ruleIndex) in addForm.rules"
:key=
"'rules-' + ruleIndex"
style=
"margin-top: 2%"
>
<div
v-for=
"(rule, ruleIndex) in addForm.rules"
:key=
"'rules-' + ruleIndex"
style=
"margin-top: 2%"
>
<i
style=
"margin-left:
1
5%"
class=
"el-icon-circle-plus-outline"
@
click=
"addRules(ruleIndex)"
>
添加
</i>
<i
style=
"margin-left: 5%"
class=
"el-icon-circle-plus-outline"
@
click=
"addRules(ruleIndex)"
>
添加
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeRules(ruleIndex)"
>
删除
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeRules(ruleIndex)"
>
删除
</i>
<el-card
class=
"box-card"
style=
"margin-left:
10%; margin-top: 2
%"
>
<el-card
class=
"box-card"
style=
"margin-left:
5%; margin-top: 2%; margin-right: 5
%"
>
<div
style=
"margin-top: 2%"
>
<div
style=
"margin-top: 2%"
>
<span>
最小分区间:
<span>
最小分区间:
<el-input
size=
"mini"
v-model
.
number=
"rule.min"
placeholder=
"最小分"
style=
"width: 10%"
></el-input>
<el-input
size=
"mini"
v-model
.
number=
"rule.min"
placeholder=
"最小分"
style=
"width: 10%"
></el-input>
...
@@ -252,9 +254,9 @@
...
@@ -252,9 +254,9 @@
<el-divider
content-position=
"left"
>
风险等级规则配置
</el-divider>
<el-divider
content-position=
"left"
>
风险等级规则配置
</el-divider>
</el-form-item>
</el-form-item>
<div
v-for=
"(level, levelIndex) in addForm.levels"
:key=
"'levels-' + levelIndex"
style=
"margin-top: 2%"
>
<div
v-for=
"(level, levelIndex) in addForm.levels"
:key=
"'levels-' + levelIndex"
style=
"margin-top: 2%"
>
<i
style=
"margin-left:
1
5%"
class=
"el-icon-circle-plus-outline"
@
click=
"addLevels(levelIndex)"
>
添加
</i>
<i
style=
"margin-left: 5%"
class=
"el-icon-circle-plus-outline"
@
click=
"addLevels(levelIndex)"
>
添加
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeLevels(levelIndex)"
>
删除
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeLevels(levelIndex)"
>
删除
</i>
<el-card
class=
"box-card"
style=
"margin-left:
10%; margin-top: 2
%"
>
<el-card
class=
"box-card"
style=
"margin-left:
5%; margin-top: 2%; margin-right: 5
%"
>
<div
style=
"margin-top: 2%"
>
<div
style=
"margin-top: 2%"
>
<span>
最小分区间:
<span>
最小分区间:
<el-input
size=
"mini"
v-model
.
number=
"level.min"
placeholder=
"最小分"
style=
"width: 20%"
></el-input>
<el-input
size=
"mini"
v-model
.
number=
"level.min"
placeholder=
"最小分"
style=
"width: 20%"
></el-input>
...
...
src/pages/v2/characteristics/update.vue
浏览文件 @
87296d54
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
<el-divider
content-position=
"left"
>
特征选项配置
</el-divider>
<el-divider
content-position=
"left"
>
特征选项配置
</el-divider>
</el-form-item>
</el-form-item>
<div
v-for=
"(option, optionIndex) in updateForm.options"
:key=
"'options-' + optionIndex"
style=
"margin-top: 3%"
>
<div
v-for=
"(option, optionIndex) in updateForm.options"
:key=
"'options-' + optionIndex"
style=
"margin-top: 3%"
>
<el-card>
<div
style=
"margin-left: 5%"
>
<div
style=
"margin-left: 5%"
>
<i
class=
"el-icon-circle-plus-outline"
@
click=
"addOptions(optionIndex)"
>
添加
</i>
<i
class=
"el-icon-circle-plus-outline"
@
click=
"addOptions(optionIndex)"
>
添加
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeOptions(optionIndex)"
>
删除
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeOptions(optionIndex)"
>
删除
</i>
...
@@ -61,6 +62,7 @@
...
@@ -61,6 +62,7 @@
</div>
</div>
</el-card>
</el-card>
</div>
</div>
</el-card>
</div>
</div>
<el-form-item>
<el-form-item>
<el-divider
content-position=
"left"
>
择算分规则配置
</el-divider>
<el-divider
content-position=
"left"
>
择算分规则配置
</el-divider>
...
...
src/pages/v2/reachschemes/index.vue
浏览文件 @
87296d54
...
@@ -123,11 +123,11 @@
...
@@ -123,11 +123,11 @@
<el-divider
content-position=
"left"
>
关键词配置
</el-divider>
<el-divider
content-position=
"left"
>
关键词配置
</el-divider>
</el-form-item>
</el-form-item>
<div
style=
"margin-top: 2%"
v-for=
"(keyword, keywordIndex) in addForm.keywords"
:key=
"'keyword-' + keywordIndex"
>
<div
style=
"margin-top: 2%"
v-for=
"(keyword, keywordIndex) in addForm.keywords"
:key=
"'keyword-' + keywordIndex"
>
<div
style=
"margin-left:
1
5%; margin-top: 2%"
>
<div
style=
"margin-left: 5%; margin-top: 2%"
>
<i
class=
"el-icon-circle-plus-outline"
@
click=
"addKeywords(keywordIndex)"
>
添加
</i>
<i
class=
"el-icon-circle-plus-outline"
@
click=
"addKeywords(keywordIndex)"
>
添加
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeKeywords(keywordIndex)"
>
删除
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeKeywords(keywordIndex)"
>
删除
</i>
</div>
</div>
<el-card
style=
"margin-left: 5%; margin-top: 2%"
>
<el-card
style=
"margin-left: 5%; margin-top: 2%
; margin-right: 5%
"
>
<span><strong>
关键词:
</strong></span>
<span><strong>
关键词:
</strong></span>
<el-input
size=
"mini"
v-model=
"keyword.keyword"
placeholder=
"请输入关键词"
style=
"width: 40%"
></el-input>
<el-input
size=
"mini"
v-model=
"keyword.keyword"
placeholder=
"请输入关键词"
style=
"width: 40%"
></el-input>
<span
style=
"margin-left: 2%"
><strong>
分数:
</strong></span>
<span
style=
"margin-left: 2%"
><strong>
分数:
</strong></span>
...
...
src/pages/v2/reachschemes/update.vue
浏览文件 @
87296d54
...
@@ -19,11 +19,11 @@
...
@@ -19,11 +19,11 @@
<el-divider
content-position=
"left"
>
关键词配置
</el-divider>
<el-divider
content-position=
"left"
>
关键词配置
</el-divider>
</el-form-item>
</el-form-item>
<div
style=
"margin-top: 2%"
v-for=
"(keyword, keywordIndex) in updateForm.keywords"
:key=
"'keyword-' + keywordIndex"
>
<div
style=
"margin-top: 2%"
v-for=
"(keyword, keywordIndex) in updateForm.keywords"
:key=
"'keyword-' + keywordIndex"
>
<div
style=
"margin-left:
15%; margin-top: 2
%"
>
<div
style=
"margin-left:
5%; margin-top: 2%; margin-right: 5
%"
>
<i
class=
"el-icon-circle-plus-outline"
@
click=
"addKeywords(keywordIndex)"
>
添加
</i>
<i
class=
"el-icon-circle-plus-outline"
@
click=
"addKeywords(keywordIndex)"
>
添加
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeKeywords(keywordIndex)"
>
删除
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeKeywords(keywordIndex)"
>
删除
</i>
</div>
</div>
<el-card
style=
"margin-left: 5%; margin-top: 2%"
>
<el-card
style=
"margin-left: 5%; margin-top: 2%
; margin-right: 5%
"
>
<span><strong>
关键词:
</strong></span>
<span><strong>
关键词:
</strong></span>
<el-input
size=
"mini"
v-model=
"keyword.keyword"
placeholder=
"请输入关键词"
style=
"width: 40%"
></el-input>
<el-input
size=
"mini"
v-model=
"keyword.keyword"
placeholder=
"请输入关键词"
style=
"width: 40%"
></el-input>
<span
style=
"margin-left: 2%"
><strong>
分数:
</strong></span>
<span
style=
"margin-left: 2%"
><strong>
分数:
</strong></span>
...
...
src/pages/v2/useruseconfigs/index.vue
浏览文件 @
87296d54
...
@@ -122,9 +122,9 @@
...
@@ -122,9 +122,9 @@
<el-divider
content-position=
"left"
>
配置
</el-divider>
<el-divider
content-position=
"left"
>
配置
</el-divider>
</el-form-item>
</el-form-item>
<div
v-for=
"(addOption, addOptionIndex) in addForm.options"
:key=
"'addOption-' + addOptionIndex"
style=
"margin-top: 2%"
>
<div
v-for=
"(addOption, addOptionIndex) in addForm.options"
:key=
"'addOption-' + addOptionIndex"
style=
"margin-top: 2%"
>
<i
style=
"margin-left:
1
5%"
class=
"el-icon-circle-plus-outline"
@
click=
"addOptions(addOptionIndex)"
>
添加
</i>
<i
style=
"margin-left: 5%"
class=
"el-icon-circle-plus-outline"
@
click=
"addOptions(addOptionIndex)"
>
添加
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeOptions(addOptionIndex)"
>
删除
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeOptions(addOptionIndex)"
>
删除
</i>
<el-card
class=
"box-card"
style=
"margin-left:
10%; margin-top: 2
%"
>
<el-card
class=
"box-card"
style=
"margin-left:
5%; margin-top: 2%; margin-right: 5
%"
>
<div
style=
"margin-top: 2%"
>
<div
style=
"margin-top: 2%"
>
<span
style=
"margin-left: 2%"
>
<span
style=
"margin-left: 2%"
>
<span>
配置项:
</span>
<span>
配置项:
</span>
...
...
src/pages/v2/useruseconfigs/update.vue
浏览文件 @
87296d54
...
@@ -17,9 +17,9 @@
...
@@ -17,9 +17,9 @@
<el-divider
content-position=
"left"
>
配置
</el-divider>
<el-divider
content-position=
"left"
>
配置
</el-divider>
</el-form-item>
</el-form-item>
<div
v-for=
"(updateOption, updateOptionIndex) in updateForm.options"
:key=
"'updateOption-' + updateOptionIndex"
style=
"margin-top: 2%"
>
<div
v-for=
"(updateOption, updateOptionIndex) in updateForm.options"
:key=
"'updateOption-' + updateOptionIndex"
style=
"margin-top: 2%"
>
<i
style=
"margin-left:
1
5%"
class=
"el-icon-circle-plus-outline"
@
click=
"addOptions(updateOptionIndex)"
>
添加
</i>
<i
style=
"margin-left: 5%"
class=
"el-icon-circle-plus-outline"
@
click=
"addOptions(updateOptionIndex)"
>
添加
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeOptions(updateOptionIndex)"
>
删除
</i>
<i
class=
"el-icon-remove-outline"
@
click=
"removeOptions(updateOptionIndex)"
>
删除
</i>
<el-card
class=
"box-card"
style=
"margin-left:
10%; margin-top: 2
%"
>
<el-card
class=
"box-card"
style=
"margin-left:
5%; margin-top: 2%; margin-right: 5
%"
>
<div
style=
"margin-top: 2%"
>
<div
style=
"margin-top: 2%"
>
<span
style=
"margin-left: 2%"
>
<span
style=
"margin-left: 2%"
>
<span>
配置项:
</span>
<span>
配置项:
</span>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论