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
d02c9222
Commit
d02c9222
authored
Mar 07, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into developer/yanjiaxu
parents
6c0c8b89
86f785f3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/views/task/new/index.vue
+1
-1
index.vue
src/views/task/task-detail/index.vue
+2
-2
No files found.
src/views/task/new/index.vue
View file @
d02c9222
...
...
@@ -1015,7 +1015,7 @@ export default {
// 判断小组信息、整车样品信息、零件样品信息有无数据
console
.
log
()
if
(
this
.
tableData
.
length
===
0
)
{
this
.
$message
.
error
(
'请添加小组信息'
)
this
.
$message
.
error
(
'请添加
检验
小组信息'
)
return
}
else
if
(
this
.
tableData
.
length
>
0
&&
...
...
src/views/task/task-detail/index.vue
View file @
d02c9222
...
...
@@ -186,7 +186,7 @@
</div>
<div
class=
"tip-navigation"
>
<div
class=
"tip"
></div>
<div
class=
"tip-title"
>
小组信息
</div>
<div
class=
"tip-title"
>
检验小组
</div>
</div>
<div
class=
"global-left-margin"
style=
"padding-bottom: 18px"
>
<el-table
...
...
@@ -231,7 +231,7 @@
<!-- 零件样品信息 -->
<div
class=
"tip-navigation"
>
<div
class=
"tip"
></div>
<div
class=
"tip-title"
>
零件样品信息
</div>
<div
class=
"tip-title"
>
零
部
件样品信息
</div>
</div>
<PartInfo
v-model=
"partInfoArr"
...
...
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