From 051e5b520f0b94dd409d4fd90ea8fc350a943f9d Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期一, 14 十月 2024 16:42:31 +0800 Subject: [PATCH] 完成温湿度特殊项目 --- src/components/view/a5-laboratory-qualifications.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/view/a5-laboratory-qualifications.vue b/src/components/view/a5-laboratory-qualifications.vue index 6850540..29ae866 100644 --- a/src/components/view/a5-laboratory-qualifications.vue +++ b/src/components/view/a5-laboratory-qualifications.vue @@ -305,7 +305,8 @@ }, }, requiredAdd: [], - requiredUp: [] + requiredUp: [], + needSort: ['firstIssuanceDate', 'latestIssuanceDate', 'expireTime', 'name'], }, itemParameterEntityCopy: {}, upIndex: 0, -- Gitblit v1.9.3