| src/views/productionManagement/productionOrder/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/productionManagement/productionOrder/index.vue
@@ -78,6 +78,20 @@ width:300 }, { label: "付款状态", prop: "status", dataType: "tag", formatType: (params) => { if (params == '未完成') { return "danger"; } else if (params == '已完成') { return "success"; } else { return null; } }, }, { label: "产品大类", prop: "productCategory", width: 160,