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
43bc470b
Commit
43bc470b
authored
Apr 01, 2024
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 总任务下文件信息暂时去除
parent
7ca5cef6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
30 deletions
+27
-30
index.vue
src/views/task/edit/index.vue
+9
-10
index.vue
src/views/task/new/index.vue
+9
-10
index.vue
src/views/task/task-detail/index.vue
+9
-10
No files found.
src/views/task/edit/index.vue
View file @
43bc470b
...
@@ -297,15 +297,15 @@
...
@@ -297,15 +297,15 @@
/>
/>
</el-form>
</el-form>
<!-- 文件上传 -->
<!-- 文件上传 -->
<
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>--
>
<
DocumentInfo
<
!-- <DocumentInfo-->
class=
"global-left-margin"
<!-- class="global-left-margin"-->
:pass-data=
"passDocumentInfoArr"
<!-- :pass-data="passDocumentInfoArr"-->
@
change=
"handleDocumentInfoChange"
<!-- @change="handleDocumentInfoChange"-->
/
>
<!-- />--
>
<!--返回按钮-->
<!--返回按钮-->
<div
class=
"bottom-btn"
>
<div
class=
"bottom-btn"
>
<footer-button
<footer-button
...
@@ -348,7 +348,6 @@ export default {
...
@@ -348,7 +348,6 @@ export default {
'inspection_item'
'inspection_item'
],
],
components
:
{
components
:
{
DocumentInfo
,
CarInfo
,
CarInfo
,
PartInfo
PartInfo
},
},
...
...
src/views/task/new/index.vue
View file @
43bc470b
...
@@ -296,15 +296,15 @@
...
@@ -296,15 +296,15 @@
/>
/>
</el-form>
</el-form>
<!-- 文件上传 -->
<!-- 文件上传 -->
<
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>--
>
<
DocumentInfo
<
!-- <DocumentInfo-->
class=
"global-left-margin"
<!-- class="global-left-margin"-->
:pass-data=
"passDocumentInfoArr"
<!-- :pass-data="passDocumentInfoArr"-->
@
change=
"handleDocumentChange"
<!-- @change="handleDocumentChange"-->
/
>
<!-- />--
>
<!--返回按钮-->
<!--返回按钮-->
<div
class=
"bottom-btn"
>
<div
class=
"bottom-btn"
>
<footer-button
<footer-button
...
@@ -347,7 +347,6 @@ export default {
...
@@ -347,7 +347,6 @@ export default {
'inspection_item'
'inspection_item'
],
],
components
:
{
components
:
{
DocumentInfo
,
CarInfo
,
CarInfo
,
PartInfo
PartInfo
},
},
...
...
src/views/task/task-detail/index.vue
View file @
43bc470b
...
@@ -250,15 +250,15 @@
...
@@ -250,15 +250,15 @@
@
change=
"handleModChange"
@
change=
"handleModChange"
/>
/>
<!-- 文件上传 -->
<!-- 文件上传 -->
<
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>--
>
<
DocumentInfo
<
!-- <DocumentInfo-->
class=
"global-left-margin"
<!-- class="global-left-margin"-->
:pass-data=
"passDocumentInfoArr"
<!-- :pass-data="passDocumentInfoArr"-->
:is-detail=
"true"
<!-- :is-detail="true"-->
/
>
<!-- />--
>
</el-form>
</el-form>
</page-standard>
</page-standard>
</template>
</template>
...
@@ -281,7 +281,6 @@ export default {
...
@@ -281,7 +281,6 @@ export default {
'inspection_item'
'inspection_item'
],
],
components
:
{
components
:
{
DocumentInfo
,
CarInfo
,
CarInfo
,
PartInfo
PartInfo
},
},
...
...
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