未符合项整改库bug修复
This commit is contained in:
@@ -154,6 +154,10 @@
|
|||||||
prop="productType"
|
prop="productType"
|
||||||
width="180"
|
width="180"
|
||||||
label="产品类型">
|
label="产品类型">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<div v-if="scope.row.productType === 'research'">在研</div>
|
||||||
|
<div v-if="scope.row.productType === 'product'">在产</div>
|
||||||
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="productLine"
|
prop="productLine"
|
||||||
|
|||||||
Reference in New Issue
Block a user