| | |
| | | :status="toProgressPercentage(row?.completionStatus) >= 100 ? 'success' : ''" /> |
| | | </template> |
| | | <template #quantity="{ row }"> |
| | | {{ row.quantity || '-' }}<span style="color:rgb(63, 95, 211)"> 块</span> |
| | | {{ row.quantity || '-' }}<span style="color:rgb(63, 95, 211)"> 方</span> |
| | | </template> |
| | | <template #completeQuantity="{ row }"> |
| | | {{ row.completeQuantity || '-' }}<span style="color:rgb(42, 169, 146)"> 方</span> |
| | | </template> |
| | | <template #strength="{ row }"> |
| | | <el-tag v-if="row.strength" |
| | | :type="row.strength === 'A3.5' ? 'primary' : 'warning'">{{ row.strength }}</el-tag> |
| | | </template> |
| | | </PIMTable> |
| | | </div> |
| | |
| | | { |
| | | label: "生产订单号", |
| | | prop: "npsNo", |
| | | width: "120px", |
| | | width: "150px", |
| | | }, |
| | | { |
| | | label: "产品名称", |
| | |
| | | label: "强度", |
| | | prop: "strength", |
| | | width: "120px", |
| | | dataType: "tag", |
| | | dataType: "slot", |
| | | slot: "strength", |
| | | // formatData: val => (val ? val : ""), |
| | | }, |
| | | { |
| | | label: "物料编码", |