From 0dce54d925077001ae9cb1ed99c5b9db645e7df6 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 20 Sep 2022 14:35:14 +0800
Subject: [PATCH] 任务管理画图时添加提示,修改按钮样式
---
src/const/taskinfo/taskinfo.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/const/taskinfo/taskinfo.js b/src/const/taskinfo/taskinfo.js
index 4d12fdc..460ed5a 100644
--- a/src/const/taskinfo/taskinfo.js
+++ b/src/const/taskinfo/taskinfo.js
@@ -81,6 +81,11 @@
label: "name",
value: "id"
},
+ rules:[{
+ required: true,
+ message: "请输入巡检人员",
+ trigger: "blur"
+ }]
},
{
label: "任务状态",
--
Gitblit v1.9.3