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
b43233a9
Commit
b43233a9
authored
Jan 04, 2024
by
hanshaozhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(全局):格式化代码
parent
0074cc23
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
11 deletions
+10
-11
.eslintignore
.eslintignore
+1
-1
userInfo.vue
src/views/system/user/profile/userInfo.vue
+4
-1
systemReview.vue
src/views/task/archived/components/systemReview.vue
+3
-1
vehicleModelEvaluation.vue
...views/task/archived/components/vehicleModelEvaluation.vue
+2
-8
No files found.
.eslintignore
View file @
b43233a9
...
...
@@ -15,6 +15,6 @@ src/api/monitor
src/views/tool/*
src/utils
src/components
src/layout/
components/Settings
src/layout/
*
src/views/system/role/index.vue
packages/*
src/views/system/user/profile/userInfo.vue
View file @
b43233a9
...
...
@@ -28,7 +28,10 @@ import { updateUserProfile } from '@/api/system/user'
export
default
{
props
:
{
user
:
{
type
:
Object
type
:
Object
,
default
:
()
=>
{
return
{}
}
}
},
data
()
{
...
...
src/views/task/archived/components/systemReview.vue
View file @
b43233a9
...
...
@@ -88,7 +88,9 @@
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleDetail(scope.row)"
>
查看任务详情
</el-button>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleDetail(scope.row)"
>
查看任务详情
</el-button
>
<el-button
size=
"mini"
type=
"text"
plain
>
查看审查记录
</el-button>
<el-button
size=
"mini"
type=
"text"
plain
>
查看审查报告
</el-button>
<el-button
size=
"mini"
type=
"text"
plain
>
查看企业留档文件
</el-button>
...
...
src/views/task/archived/components/vehicleModelEvaluation.vue
View file @
b43233a9
...
...
@@ -88,18 +88,12 @@
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
<el-button
plain
size=
"mini"
type=
"text"
@
click=
"goDetail(scope.row)"
<el-button
plain
size=
"mini"
type=
"text"
@
click=
"goDetail(scope.row)"
>
查看任务详情
</el-button
>
<el-button
size=
"mini"
type=
"text"
plain
>
查看审查记录
</el-button>
<el-button
size=
"mini"
type=
"text"
plain
>
查看审查报告
</el-button>
<el-button
size=
"mini"
type=
"text"
plain
>
查看企业留档文件
</el-button
>
<el-button
size=
"mini"
type=
"text"
plain
>
查看企业留档文件
</el-button>
<div
style=
"margin-top: 10px"
>
<el-button
size=
"mini"
type=
"text"
plain
>
查看车型检验记录
</el-button
...
...
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