From 0391d9dfe7628e070d96c60dc8df668993cbc6d4 Mon Sep 17 00:00:00 2001 From: ll <1079863556@qq.com> Date: Mon, 21 Jul 2025 15:55:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=B2=9C=E5=A5=B6=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../freshMilkTest/freshMilkTest.js | 1 + .../freshMilkTest/freshMilkTest/index.vue | 605 +++++++++++------- 2 files changed, 375 insertions(+), 231 deletions(-) diff --git a/src/api/dairyProducts/freshMilkTest/freshMilkTest.js b/src/api/dairyProducts/freshMilkTest/freshMilkTest.js index 53036f3..0781458 100644 --- a/src/api/dairyProducts/freshMilkTest/freshMilkTest.js +++ b/src/api/dairyProducts/freshMilkTest/freshMilkTest.js @@ -42,3 +42,4 @@ export function delFreshMilkTest(id) { method: 'delete' }) } + diff --git a/src/views/dairyProducts/freshMilkTest/freshMilkTest/index.vue b/src/views/dairyProducts/freshMilkTest/freshMilkTest/index.vue index 9d36fb3..4db694e 100644 --- a/src/views/dairyProducts/freshMilkTest/freshMilkTest/index.vue +++ b/src/views/dairyProducts/freshMilkTest/freshMilkTest/index.vue @@ -1,6 +1,7 @@