|
@@ -358,7 +358,11 @@
|
|
<el-table-column label="ZZKK等级" align="center" prop="zzkkLevel" width="100"/>
|
|
<el-table-column label="ZZKK等级" align="center" prop="zzkkLevel" width="100"/>
|
|
<el-table-column label="WKB情况" align="center" prop="wkbInfo" />
|
|
<el-table-column label="WKB情况" align="center" prop="wkbInfo" />
|
|
<el-table-column label="是否在优选目录内" align="center" prop="inPreference" width="130" :show-overflow-tooltip="true"/>
|
|
<el-table-column label="是否在优选目录内" align="center" prop="inPreference" width="130" :show-overflow-tooltip="true"/>
|
|
- <el-table-column label="质量检验" align="center" prop="qualityInspection" />
|
|
|
|
|
|
+ <el-table-column label="质量检验" align="center" prop="qualityInspection" >
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <span>{{ scope.row.qualityInspection*100 }}%</span>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column label="停产断档日期" align="center" prop="shutdownDate" width="180">
|
|
<el-table-column label="停产断档日期" align="center" prop="shutdownDate" width="180">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ parseTime(scope.row.shutdownDate, '{y}-{m}-{d}') }}</span>
|
|
<span>{{ parseTime(scope.row.shutdownDate, '{y}-{m}-{d}') }}</span>
|