合并冲突
This commit is contained in:
@@ -138,11 +138,11 @@ export default {
|
|||||||
// // title: '子公司标准库',
|
// // title: '子公司标准库',
|
||||||
// // path: '/subsidiaryStandardLibrary'
|
// // path: '/subsidiaryStandardLibrary'
|
||||||
// // }
|
// // }
|
||||||
// {
|
{
|
||||||
// title: '车型/项目库',
|
title: '车型/项目库',
|
||||||
// path: '/localProductsOrProjectLibrary',
|
path: '/localProductsOrProjectLibrary',
|
||||||
// menuId: 'PCZKM8TQJAH5UP5EAXTJ'
|
menuId: 'PCZKM8TQJAH5UP5EAXTJ'
|
||||||
// },
|
},
|
||||||
// {
|
// {
|
||||||
// title: '未符合项跟踪',
|
// title: '未符合项跟踪',
|
||||||
// path: '/nonConfomity',
|
// path: '/nonConfomity',
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -6,6 +6,7 @@
|
|||||||
<i class="el-icon-back"></i>
|
<i class="el-icon-back"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="title">{{opinionList.standardName }}<i class="el-icon-s-order" @click="heightShow = !heightShow"></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>
|
</div>
|
||||||
<transition name="el-zoom-in-top">
|
<transition name="el-zoom-in-top">
|
||||||
<div v-show="heightShow" class="transition-box">
|
<div v-show="heightShow" class="transition-box">
|
||||||
@@ -64,11 +65,6 @@
|
|||||||
label="提出人"
|
label="提出人"
|
||||||
width="170">
|
width="170">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
|
||||||
prop="proposer"
|
|
||||||
label="提出人"
|
|
||||||
width="170">
|
|
||||||
</el-table-column>
|
|
||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user