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
958b302e
Commit
958b302e
authored
Dec 26, 2023
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(校验规则): 修改校验规则
parent
c935b2d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
.eslintrc.js
.eslintrc.js
+8
-4
index.vue
src/views/setting/scene/index.vue
+9
-1
No files found.
.eslintrc.js
View file @
958b302e
...
@@ -147,10 +147,14 @@ module.exports = {
...
@@ -147,10 +147,14 @@ module.exports = {
}],
}],
'no-unreachable'
:
2
,
'no-unreachable'
:
2
,
'no-unsafe-finally'
:
2
,
'no-unsafe-finally'
:
2
,
'no-unused-vars'
:
[
2
,
{
'vars'
:
'all'
,
"vue/no-unused-vars"
:
0
,
'args'
:
'none'
"no-unused-vars"
:
0
,
}],
// 'no-unused-vars': [2, {
// 'vars': 'all',
// 'args': 'none'
// }],
'no-useless-call'
:
2
,
'no-useless-call'
:
2
,
'no-useless-computed-key'
:
2
,
'no-useless-computed-key'
:
2
,
'no-useless-constructor'
:
2
,
'no-useless-constructor'
:
2
,
...
...
src/views/setting/scene/index.vue
View file @
958b302e
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
>
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
label=
"场景
分类
"
label=
"场景
类型
"
prop=
"type"
prop=
"type"
min-width=
"200"
min-width=
"200"
sortable
sortable
...
@@ -96,6 +96,14 @@
...
@@ -96,6 +96,14 @@
align=
"left"
align=
"left"
>
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"测试类型"
prop=
"testType"
min-width=
"200"
sortable
align=
"left"
>
</el-table-column>
<el-table-column
<el-table-column
label=
"更新人员"
label=
"更新人员"
prop=
"user"
prop=
"user"
...
...
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