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
53d97782
Commit
53d97782
authored
Mar 12, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(任务概览): 页面
parent
66b6b886
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
603 additions
and
93 deletions
+603
-93
sample.js
src/api/system/sample.js
+19
-0
element-ui.scss
src/assets/styles/element-ui.scss
+4
-0
index.vue
src/views/setting/sample/index.vue
+1
-1
index.vue
src/views/setting/sample/taskDetails/index.vue
+579
-92
No files found.
src/api/system/sample.js
View file @
53d97782
...
@@ -47,3 +47,22 @@ export function selectMaterial(data) {
...
@@ -47,3 +47,22 @@ export function selectMaterial(data) {
data
:
data
data
:
data
})
})
}
}
// 查看任务概览任务详情
export
function
selectTaskInfo
(
data
){
return
request
({
url
:
'/task/getById'
,
method
:
'post'
,
data
:
data
})
}
// 查看任务概览数据统计
export
function
selectDataStatistics
(
data
){
return
request
({
url
:
'/task/dataStatistics'
,
method
:
'post'
,
data
:
data
})
}
src/assets/styles/element-ui.scss
View file @
53d97782
...
@@ -118,3 +118,7 @@
...
@@ -118,3 +118,7 @@
top
:
20px
;
top
:
20px
;
transform
:
translateX
(
100%
);
transform
:
translateX
(
100%
);
}
}
.el-checkbox__input.is-disabled
+
span
.el-checkbox__label
{
color
:
#606266
;
}
src/views/setting/sample/index.vue
View file @
53d97782
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
@
click=
"goTaskDetails(item.taskId)"
@
click=
"goTaskDetails(item.taskId)"
>
{{
item
.
taskNo
?
item
.
taskNo
:
'--'
}}
>
{{
item
.
taskNo
?
item
.
taskNo
:
'--'
}}
<span
v-show=
"index + 1 != scope.row.taskSampleRelation.length"
>
<span
v-show=
"index + 1 != scope.row.taskSampleRelation.length"
>
,
、
</span></el-link
</span></el-link
>
>
</div>
</div>
...
...
src/views/setting/sample/taskDetails/index.vue
View file @
53d97782
This diff is collapsed.
Click to expand it.
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