laboratory/src/views/dataManagement/approvalPlan/components/approvalDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
laboratory/src/views/dataManagement/approvalPlan/components/approvalDialog.vue
@@ -295,9 +295,9 @@ if (res.auditStatus == 2 || res.auditStatus == 3) { processData.push({ type: res.auditStatus === 1 res.auditStatus === 2 ? "primary" : res.auditStatus === 2 : res.auditStatus === 3 ? "danger" : "warning", mode: "list", @@ -305,9 +305,9 @@ { label: "审核结果:", value: res.auditStatus === 1 res.auditStatus === 2 ? "通过" : res.auditStatus === 2 : res.auditStatus === 3 ? "驳回" : "待审批", },