Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
中汽测评-信息安全测评系统
web
Commits
ea52464a
Commit
ea52464a
authored
Apr 01, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 70931
parent
9949d921
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
45 deletions
+40
-45
index.vue
src/views/setting/company/index.vue
+0
-1
documentReviewDialog.vue
...setting/standardTerms/components/documentReviewDialog.vue
+40
-44
No files found.
src/views/setting/company/index.vue
View file @
ea52464a
...
...
@@ -142,7 +142,6 @@
label=
"操作"
align=
"center"
min-width=
"160"
sortable
fixed=
"right"
class-name=
"small-padding fixed-width"
>
...
...
src/views/setting/standardTerms/components/documentReviewDialog.vue
View file @
ea52464a
...
...
@@ -9,53 +9,49 @@
<template
slot=
"title"
>
<div
class=
"custom_title"
>
{{
'检验内容'
}}
</div>
</
template
>
<div>
<el-button
style=
"margin: 20px; margin-bottom: 0px"
type=
"primary"
@
click=
"relevancy"
>
<div
style=
"padding: 20px"
>
<el-button
type=
"primary"
style=
"margin-bottom: 20px"
@
click=
"relevancy"
>
关联测试内容
</el-button>
</div>
<el-table
v-loading=
"loading"
class=
"el-table"
style=
"min-height: 88px; margin: 20px"
border
:scroll-x=
"'1500px'"
:default-sort=
"{ prop: 'createTime', order: 'descending' }"
:data=
"tableData"
>
<el-table-column
type=
"index"
width=
"55"
label=
"序号"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"测试场景"
align=
"left"
sortable
prop=
"testScenario"
>
</el-table-column>
<el-table-column
label=
"测试方法"
align=
"left"
sortable
prop=
"testType"
>
</el-table-column>
<el-table-column
label=
"用例编号"
align=
"left"
sortable
prop=
"useCaseNumber"
>
</el-table-column>
<el-table-column
label=
"用例名称"
align=
"left"
sortable
prop=
"useCaseName"
<el-table
v-loading=
"loading"
class=
"el-table"
border
:scroll-x=
"'1500px'"
:default-sort=
"{ prop: 'createTime', order: 'descending' }"
:data=
"tableData"
>
</el-table-column>
</el-table>
<el-table-column
type=
"index"
width=
"55"
label=
"序号"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"测试场景"
align=
"left"
sortable
prop=
"testScenario"
>
</el-table-column>
<el-table-column
label=
"测试方法"
align=
"left"
sortable
prop=
"testType"
>
</el-table-column>
<el-table-column
label=
"用例编号"
align=
"left"
sortable
prop=
"useCaseNumber"
>
</el-table-column>
<el-table-column
label=
"用例名称"
align=
"left"
sortable
prop=
"useCaseName"
>
</el-table-column>
</el-table>
</div>
<el-dialog
title=
"选择测试用例"
:visible
.
sync=
"open"
...
...
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