Commit 43bc470b authored by 盖献康's avatar 盖献康

feat: 总任务下文件信息暂时去除

parent 7ca5cef6
...@@ -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
}, },
......
...@@ -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
}, },
......
...@@ -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
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment