13404089107
2025-06-26 6fd9edb76f4b9ba18c33a3ed161d30c5f2a29732
culture/src/views/strainReportLibrary/reportLibraryOneThree/components/approval/index.vue
@@ -235,7 +235,7 @@
    },
    computed: {
        dialogTitle() {
            return this.type === "approve" ? "审批" : "审批详情";
            return !this.obj.isDetail ? "审批" : "详情";
        },
        totalScore() {
            return this.assessmentTable.reduce((sum, item) => sum + (item.selectedScore || 0), 0);
@@ -278,7 +278,7 @@
                    ]
                });
                if (data.status >=2) {
                if (data.status >= 2) {
                    processData.push({
                        type: data.status >= 2 && data.status != 4 ? "primary" : "danger",
                        mode: "list",