合并冲突

This commit is contained in:
宋伟佳
2021-06-04 09:15:16 +08:00
3 changed files with 107 additions and 1106 deletions
+5 -5
View File
@@ -138,11 +138,11 @@ export default {
// // title: '子公司标准库',
// // path: '/subsidiaryStandardLibrary'
// // }
// {
// title: '车型/项目库',
// path: '/localProductsOrProjectLibrary',
// menuId: 'PCZKM8TQJAH5UP5EAXTJ'
// },
{
title: '车型/项目库',
path: '/localProductsOrProjectLibrary',
menuId: 'PCZKM8TQJAH5UP5EAXTJ'
},
// {
// title: '未符合项跟踪',
// path: '/nonConfomity',
File diff suppressed because it is too large Load Diff
@@ -6,6 +6,7 @@
<i class="el-icon-back"></i>
</div>
<div class="title">{{opinionList.standardName }}<i class="el-icon-s-order" @click="heightShow = !heightShow"></i></div>
<div class="title">管理征求意见<i class="el-icon-s-order" @click="heightShow = !heightShow"></i></div>
</div>
<transition name="el-zoom-in-top">
<div v-show="heightShow" class="transition-box">
@@ -64,11 +65,6 @@
label="提出人"
width="170">
</el-table-column>
<el-table-column
prop="proposer"
label="提出人"
width="170">
</el-table-column>
</el-table>
</div>
</div>