Commit 958b302e authored by jiaxu.yan's avatar jiaxu.yan

feat(校验规则): 修改校验规则

parent c935b2d2
...@@ -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,
......
...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment