From 8648c0ffb206923010f5a2c35c9c958cf6fba9f6 Mon Sep 17 00:00:00 2001 From: zwq Date: Tue, 23 Jan 2024 15:10:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 6 ++--- src/views/process-inspection/query-form.vue | 30 +++++++++++---------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/public/index.html b/public/index.html index 98d46f8..605f46b 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2022-08-22 14:57:50 * @LastEditors: zwq - * @LastEditTime: 2023-06-27 15:48:06 + * @LastEditTime: 2024-01-22 10:41:58 * @Description: --> @@ -37,7 +37,7 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> @@ -57,7 +57,7 @@ <% if (process.env.VUE_APP_NODE_ENV === 'prod') { %> <% } %> diff --git a/src/views/process-inspection/query-form.vue b/src/views/process-inspection/query-form.vue index 1a9158c..463e46e 100644 --- a/src/views/process-inspection/query-form.vue +++ b/src/views/process-inspection/query-form.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2022-09-15 10:44:29 * @LastEditors: zwq - * @LastEditTime: 2023-06-28 15:11:18 + * @LastEditTime: 2024-01-19 16:42:06 * @Description: -->