gaoluyang
10 小时以前 8b6ff786d159653465217614d7db0a4a6857b02c
生产订单-加一个订单状态-已完成、未完成
已修改1个文件
14 ■■■■■ 文件已修改
src/views/productionManagement/productionOrder/index.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | 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,