From 92606a1a818d2016d9f8ddab45cc084de580d0b2 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期一, 23 六月 2025 20:10:50 +0800 Subject: [PATCH] 修改bug --- culture/src/views/strainReportLibrary/reportLibraryOneThree/components/approval/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneThree/components/approval/index.vue b/culture/src/views/strainReportLibrary/reportLibraryOneThree/components/approval/index.vue index fff5e1b..b1fdcd4 100644 --- a/culture/src/views/strainReportLibrary/reportLibraryOneThree/components/approval/index.vue +++ b/culture/src/views/strainReportLibrary/reportLibraryOneThree/components/approval/index.vue @@ -313,7 +313,7 @@ type: "primary", mode: "list", fields: [ - { label: "已评定" }, + { label: "评定状态:已评定" }, { label: "评定人:", value: data.evaluateName || "" }, { label: "评定时间:", value: data.evaluateTime || "" }, { label: '查看评定详情', type: 'view' } -- Gitblit v1.7.1