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
3e12fab6
Commit
3e12fab6
authored
Mar 07, 2024
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: bug(70393) - 待办任务,任务详情标题名称修改
parent
43ed6970
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 @
3e12fab6
...
@@ -1015,7 +1015,7 @@ export default {
...
@@ -1015,7 +1015,7 @@ export default {
// 判断小组信息、整车样品信息、零件样品信息有无数据
// 判断小组信息、整车样品信息、零件样品信息有无数据
console
.
log
()
console
.
log
()
if
(
this
.
tableData
.
length
===
0
)
{
if
(
this
.
tableData
.
length
===
0
)
{
this
.
$message
.
error
(
'请添加小组信息'
)
this
.
$message
.
error
(
'请添加
检验
小组信息'
)
return
return
}
else
if
(
}
else
if
(
this
.
tableData
.
length
>
0
&&
this
.
tableData
.
length
>
0
&&
...
...
src/views/task/task-detail/index.vue
View file @
3e12fab6
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
</div>
</div>
<div
class=
"tip-navigation"
>
<div
class=
"tip-navigation"
>
<div
class=
"tip"
></div>
<div
class=
"tip"
></div>
<div
class=
"tip-title"
>
小组信息
</div>
<div
class=
"tip-title"
>
检验小组
</div>
</div>
</div>
<div
class=
"global-left-margin"
style=
"padding-bottom: 18px"
>
<div
class=
"global-left-margin"
style=
"padding-bottom: 18px"
>
<el-table
<el-table
...
@@ -231,7 +231,7 @@
...
@@ -231,7 +231,7 @@
<!-- 零件样品信息 -->
<!-- 零件样品信息 -->
<div
class=
"tip-navigation"
>
<div
class=
"tip-navigation"
>
<div
class=
"tip"
></div>
<div
class=
"tip"
></div>
<div
class=
"tip-title"
>
零件样品信息
</div>
<div
class=
"tip-title"
>
零
部
件样品信息
</div>
</div>
</div>
<PartInfo
<PartInfo
v-model=
"partInfoArr"
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