From c576b505c64c129193f7f697dbe77894c4a0afb6 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 03 Sep 2022 14:37:22 +0800
Subject: [PATCH] 遥感时间为年月
---
src/views/remote/remote.vue | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/views/remote/remote.vue b/src/views/remote/remote.vue
index 10d8a74..ca53593 100644
--- a/src/views/remote/remote.vue
+++ b/src/views/remote/remote.vue
@@ -93,7 +93,7 @@
searchSpan:4,
rules: [{
required: true,
- message: "请输入reName",
+ message: "请输入专题名称",
trigger: "blur"
}]
},
@@ -135,7 +135,7 @@
}]
},
{
- label: "通知时间",
+ label: "拍摄时间",
prop: "releaseTimeRange",
type: "datetime",
format: "yyyy-MM-dd hh:mm:ss",
@@ -157,9 +157,11 @@
prop: "reTime",
search: true,
searchSpan: 4,
- type: "datetime",
- format: "yyyy-MM-dd",
- valueFormat: "yyyy-MM-dd",
+ type: "month",
+ // format: "yyyy-MM-dd",
+ // valueFormat: "yyyy-MM-dd",
+ format: "yyyy-MM",
+ valueFormat: "yyyy-MM",
rules: [{
required: true,
message: "请输入遥感时间",
--
Gitblit v1.9.3