|
|
@ -134,12 +134,12 @@
|
|
|
|
<el-table-column label="单位" align="center" prop="unit" />
|
|
|
|
<el-table-column label="单位" align="center" prop="unit" />
|
|
|
|
<el-table-column label="抽样数量" align="center" prop="sampleQuality" width="100"/>
|
|
|
|
<el-table-column label="抽样数量" align="center" prop="sampleQuality" width="100"/>
|
|
|
|
<el-table-column label="不合格数量" align="center" prop="noOkQuality" width="100"/>
|
|
|
|
<el-table-column label="不合格数量" align="center" prop="noOkQuality" width="100"/>
|
|
|
|
<el-table-column label="不合格时间" align="center" prop="createTime" width="150">
|
|
|
|
<el-table-column label="不合格时间" align="center" prop="checkTime" width="150">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
|
|
|
|
<span>{{ parseTime(scope.row.checkTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="不合格描述" align="center" prop="remark" width="300" :show-overflow-tooltip="true"/>
|
|
|
|
<el-table-column label="不合格描述" align="center" prop="attr1" width="300" :show-overflow-tooltip="true"/>
|
|
|
|
<el-table-column label="oa流程ID" align="center" prop="requestid" width="100" />
|
|
|
|
<el-table-column label="oa流程ID" align="center" prop="requestid" width="100" />
|
|
|
|
<el-table-column label="发起OA时间" align="center" prop="startTime" width="150">
|
|
|
|
<el-table-column label="发起OA时间" align="center" prop="startTime" width="150">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|