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
ebadc72c
Commit
ebadc72c
authored
Apr 19, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 71073,71226
parent
da79c580
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
26 additions
and
24 deletions
+26
-24
process.scss
src/assets/styles/process.scss
+1
-1
index.vue
src/views/processing/archivedTask/index.vue
+6
-6
index.vue
src/views/processing/carReview/write-check-form/index.vue
+2
-2
index.vue
src/views/processing/processed-review/index.vue
+6
-6
index.vue
src/views/processing/systemReview/write-check-form/index.vue
+4
-2
index.vue
src/views/system/dept/index.vue
+1
-1
index.vue
src/views/task/on/index.vue
+6
-6
No files found.
src/assets/styles/process.scss
View file @
ebadc72c
...
...
@@ -628,7 +628,7 @@
margin-bottom
:
5px
;
margin-right
:
5px
;
width
:
152px
;
border-radius
:
17px
;
//
border-radius: 17px;
}
}
.cell-progress
{
...
...
src/views/processing/archivedTask/index.vue
View file @
ebadc72c
...
...
@@ -149,7 +149,7 @@
<div
v-if=
"item.taskStatus === 'FINISH'"
class=
"card-buttons"
>
<el-button
v-if=
"item.systemReviewTaskId"
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"
...
...
@@ -162,7 +162,7 @@
>
<el-button
v-if=
"item.carReviewTaskId"
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"
...
...
@@ -175,7 +175,7 @@
>
<el-button
v-if=
"item.modelTestTaskId"
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"
...
...
@@ -188,14 +188,14 @@
>
<el-button
v-if=
"item.reviewStatus !== 'NONE'"
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"goNext('/processing/report?id=' + item.id + '&type=0')"
>
检验报告
</el-button
>
<el-button
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"
...
...
@@ -204,7 +204,7 @@
>
企业留档文件
</el-button
>
<el-button
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"goNext('/processing/checkFileLibrary?id=' + item.id)"
...
...
src/views/processing/carReview/write-check-form/index.vue
View file @
ebadc72c
...
...
@@ -811,7 +811,7 @@ export default {
// 左滑动逻辑
scrollLeft
()
{
const
allLength
=
this
.
detailsList
.
length
*
60
const
allLength
=
this
.
detailsList
.
length
*
58
const
boxLength
=
document
.
getElementById
(
'list-box'
).
clientWidth
if
(
allLength
<
boxLength
)
return
const
listEl
=
document
.
getElementById
(
'btn-list'
)
...
...
@@ -828,7 +828,7 @@ export default {
},
// 右滑动逻辑
scrollRight
()
{
const
allLength
=
this
.
detailsList
.
length
*
60
const
allLength
=
this
.
detailsList
.
length
*
58
const
boxLength
=
document
.
getElementById
(
'list-box'
).
clientWidth
if
(
allLength
<
boxLength
)
return
const
listEl
=
document
.
getElementById
(
'btn-list'
)
...
...
src/views/processing/processed-review/index.vue
View file @
ebadc72c
...
...
@@ -149,7 +149,7 @@
<div
class=
"card-buttons"
>
<el-button
v-if=
"item.systemReviewTaskId"
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"
...
...
@@ -162,7 +162,7 @@
>
<el-button
v-if=
"item.carReviewTaskId"
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"
...
...
@@ -176,7 +176,7 @@
>
<el-button
v-if=
"item.modelTestTaskId"
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"
...
...
@@ -189,14 +189,14 @@
>
<el-button
v-if=
"item.reviewStatus !== 'NONE'"
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"goNext('/processing/report?id=' + item.id + '&type=0')"
>
检验报告
</el-button
>
<el-button
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"
...
...
@@ -205,7 +205,7 @@
>
企业留档文件
</el-button
>
<el-button
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"goNext('/processing/checkFileLibrary?id=' + item.id)"
...
...
src/views/processing/systemReview/write-check-form/index.vue
View file @
ebadc72c
...
...
@@ -836,8 +836,9 @@ export default {
},
// 左滑动逻辑
scrollLeft
()
{
const
allLength
=
this
.
detailsList
.
length
*
120
const
allLength
=
this
.
detailsList
.
length
*
58
const
boxLength
=
document
.
getElementById
(
'list-box'
).
clientWidth
if
(
allLength
<
boxLength
)
return
const
listEl
=
document
.
getElementById
(
'btn-list'
)
const
leftMove
=
Math
.
abs
(
...
...
@@ -852,8 +853,9 @@ export default {
},
// 右滑动逻辑
scrollRight
()
{
const
allLength
=
this
.
detailsList
.
length
*
120
const
allLength
=
this
.
detailsList
.
length
*
58
const
boxLength
=
document
.
getElementById
(
'list-box'
).
clientWidth
console
.
log
(
boxLength
)
if
(
allLength
<
boxLength
)
return
const
listEl
=
document
.
getElementById
(
'btn-list'
)
const
leftMove
=
Math
.
abs
(
...
...
src/views/system/dept/index.vue
View file @
ebadc72c
...
...
@@ -451,7 +451,7 @@ export default {
},
/** 删除按钮操作 */
handleDelete
(
row
)
{
this
.
$
alert
this
.
$
modal
.
confirm
(
'是否确认删除名称为"'
+
row
.
deptName
+
'"的数据项?'
,
{
type
:
'warning'
,
title
:
'删除'
,
...
...
src/views/task/on/index.vue
View file @
ebadc72c
...
...
@@ -428,7 +428,7 @@
<div
class=
"card-buttons"
>
<el-button
v-if=
"item.systemReviewTaskId"
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"
...
...
@@ -441,7 +441,7 @@
>
<el-button
v-if=
"item.carReviewTaskId"
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"
...
...
@@ -454,7 +454,7 @@
>
<el-button
v-if=
"item.modelTestTaskId"
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"
...
...
@@ -467,14 +467,14 @@
>
<el-button
v-if=
"item.reviewStatus !== 'NONE'"
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"goNext('/processing/report?id=' + item.id + '&type=0')"
>
检验报告
</el-button
>
<el-button
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"
...
...
@@ -483,7 +483,7 @@
>
企业留档文件
</el-button
>
<el-button
type=
"
primary
"
type=
"
success
"
plain
size=
"mini"
@
click=
"goNext('/processing/checkFileLibrary?id=' + item.id)"
...
...
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