Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
6f3ba2d5
Commit
6f3ba2d5
authored
3 years ago
by
chenjianxing
Committed by
jianxing
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
refactor: 场景导入页面高度优化
parent
125088d4
v1.10
pr@v1.10@fix_
pr@v1.10@fix_32
pr@v1.10@fix_APIBackendListenerClient优化
pr@v1.10@fix_postman导入报错
pr@v1.10@fix_swagger导入报错
pr@v1.10@fix_修改prometheus内存使用率查询公式
pr@v1.10@fix_删除项目清理定时任务
pr@v1.10@fix_回退问题PR
pr@v1.10@fix_接口定义导入用例id重复
pr@v1.10@fix_接口导入MS格式报空指针
pr@v1.10@fix_接口模块名带有斜杠导出导入异常
pr@v1.10@fix_测试用例导入更新文本错误
pr@v1.10@fix_测试用例显示了已删除的缺陷
pr@v1.10@fix_测试计划报告报错
pr@v1.10@fix_用例导入文件限制改为100M
pr@v1.10@fix_脑图创建用例自定义ID为空
pr@v1.10@fix_脑图无法删除用例
pr@v1.10@fix_自定义表头国际化问题
pr@v1.10@refactor_postman导入变量格式转换
pr@v1.10@refactor_用例上传大小限制改为50M
pr@v1.10@编辑用例页面mock显示优化
v1.10.11-lts
v1.10.10-lts
v1.10.9-lts
v1.10.8-lts
v1.10.7-lts
v1.10.7-lts-rc2
v1.10.7-lts-rc1
v1.10.6
v1.10.6-rc2
v1.10.6-lts
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue
+3
-3
...ss/components/api/automation/scenario/ApiScenarioList.vue
frontend/src/business/components/api/automation/scenario/api/ScenarioRelevance.vue
+1
-0
...ponents/api/automation/scenario/api/ScenarioRelevance.vue
with
4 additions
and
3 deletions
+4
-3
frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue
+
3
-
3
View file @
6f3ba2d5
...
@@ -6,11 +6,10 @@
...
@@ -6,11 +6,10 @@
<ms-table
<ms-table
:data=
"tableData"
:data=
"tableData"
:height=
"screenHeight"
:screen-height=
"isRelate ? 'calc(100vh - 400px)' : screenHeight"
:screen-height=
"screenHeight"
:condition=
"condition"
:condition=
"condition"
:page-size=
"pageSize"
:page-size=
"pageSize"
:operators=
"operators"
:operators=
"
isRelate ? [] :
operators"
:batch-operators=
"buttons"
:batch-operators=
"buttons"
:total=
"total"
:total=
"total"
:fields.sync=
"fields"
:fields.sync=
"fields"
...
@@ -285,6 +284,7 @@ export default {
...
@@ -285,6 +284,7 @@ export default {
default
:
false
default
:
false
},
},
initApiTableOpretion
:
String
,
initApiTableOpretion
:
String
,
isRelate
:
Boolean
},
},
data
()
{
data
()
{
return
{
return
{
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/automation/scenario/api/ScenarioRelevance.vue
+
1
-
0
View file @
6f3ba2d5
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
:trash-enable=
"false"
:trash-enable=
"false"
:is-reference-table=
"true"
:is-reference-table=
"true"
@
selection=
"setData"
@
selection=
"setData"
:is-relate=
"true"
:custom-num=
"customNum"
:custom-num=
"customNum"
ref=
"apiScenarioList"
/>
ref=
"apiScenarioList"
/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help