From 94f727774f5301b012924e717a709e4849656693 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 19 十二月 2023 18:04:19 +0800
Subject: [PATCH] 验质页面 不合格品类 页面添加 不合格类判定

---
 pages/login/userPassword.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue
index 516ef25..5077299 100644
--- a/pages/login/userPassword.vue
+++ b/pages/login/userPassword.vue
@@ -24,7 +24,8 @@
 		</view>
 		<view class="loginBtn"><u-button type="primary"
 				:text="btnText == 1 ? '缁戝畾' : '鐧诲綍'"
-				@click="submit()"></u-button></view>
+				@click="submit()"
+				></u-button></view>
 	</view>
 </template>
 

--
Gitblit v1.9.1