未符合项整改库bug修复

This commit is contained in:
Mr.Z
2021-09-16 20:24:40 +08:00
parent dcf1f3174d
commit 151f673862
@@ -154,6 +154,10 @@
prop="productType"
width="180"
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
prop="productLine"