|
@@ -338,6 +338,14 @@
|
|
|
:min-width="columnWidths.otherProductionTime.width"
|
|
:min-width="columnWidths.otherProductionTime.width"
|
|
|
resizable
|
|
resizable
|
|
|
/>
|
|
/>
|
|
|
|
|
+ <el-table-column
|
|
|
|
|
+ label="非生产时效"
|
|
|
|
|
+ align="center"
|
|
|
|
|
+ prop="nonProductionRate"
|
|
|
|
|
+ :formatter="nonProductionRateFormatter"
|
|
|
|
|
+ :min-width="columnWidths.nonProductionRate.width"
|
|
|
|
|
+ resizable
|
|
|
|
|
+ />
|
|
|
<el-table-column label="非生产时间" align="center">
|
|
<el-table-column label="非生产时间" align="center">
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
label="工程质量"
|
|
label="工程质量"
|
|
@@ -431,14 +439,7 @@
|
|
|
:min-width="columnWidths.otherNptReason.width"
|
|
:min-width="columnWidths.otherNptReason.width"
|
|
|
resizable
|
|
resizable
|
|
|
/>
|
|
/>
|
|
|
- <el-table-column
|
|
|
|
|
- label="非生产时效"
|
|
|
|
|
- align="center"
|
|
|
|
|
- prop="nonProductionRate"
|
|
|
|
|
- :formatter="nonProductionRateFormatter"
|
|
|
|
|
- :min-width="columnWidths.nonProductionRate.width"
|
|
|
|
|
- resizable
|
|
|
|
|
- />
|
|
|
|
|
|
|
+
|
|
|
<el-table-column label="操作" align="center" fixed="right">
|
|
<el-table-column label="操作" align="center" fixed="right">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
<el-button
|
|
<el-button
|